Class: Statsman::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/statsman.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



31
32
33
# File 'lib/statsman.rb', line 31

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret.



31
32
33
# File 'lib/statsman.rb', line 31

def api_secret
  @api_secret
end

#logging_onObject

Returns the value of attribute logging_on.



31
32
33
# File 'lib/statsman.rb', line 31

def logging_on
  @logging_on
end

#urlObject

Returns the value of attribute url.



31
32
33
# File 'lib/statsman.rb', line 31

def url
  @url
end