module TeslyReporter class Config cattr_accessor :host, :app_name, :token @@host = 'http://yourteam.tesly.com' @@app_name = 'Your App Name' @@token = 'your token here' end end