class Verse::Configuration

Attributes

app_token[RW]
url[RW]

Public Class Methods

new() click to toggle source
# File lib/verse/configuration.rb, line 6
def initialize
  @url = ENV['VERSE_API_URL']
  @app_token = ENV['VERSE_APP_TOKEN']
end