Class: ChartMogul::Configuration
- Inherits:
-
Object
- Object
- ChartMogul::Configuration
- Defined in:
- lib/chartmogul/configuration.rb
Instance Attribute Summary collapse
-
#account_token ⇒ Object
Returns the value of attribute account_token.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#account_token ⇒ Object
Returns the value of attribute account_token.
3 4 5 |
# File 'lib/chartmogul/configuration.rb', line 3 def account_token @account_token end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
4 5 6 |
# File 'lib/chartmogul/configuration.rb', line 4 def secret_key @secret_key end |