Class: Statsman::Config
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#logging_on ⇒ Object
Returns the value of attribute logging_on.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
31 32 33 |
# File 'lib/statsman.rb', line 31 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
31 32 33 |
# File 'lib/statsman.rb', line 31 def api_secret @api_secret end |
#logging_on ⇒ Object
Returns the value of attribute logging_on.
31 32 33 |
# File 'lib/statsman.rb', line 31 def logging_on @logging_on end |
#url ⇒ Object
Returns the value of attribute url.
31 32 33 |
# File 'lib/statsman.rb', line 31 def url @url end |