Class: ChartMogul::Configuration
- Inherits:
-
Object
- Object
- ChartMogul::Configuration
- Defined in:
- lib/chartmogul/configuration.rb
Instance Attribute Summary collapse
-
#api_base ⇒ Object
Returns the value of attribute api_base.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
Instance Attribute Details
#api_base ⇒ Object
Returns the value of attribute api_base.
7 8 9 |
# File 'lib/chartmogul/configuration.rb', line 7 def api_base @api_base end |
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/chartmogul/configuration.rb', line 5 def api_key @api_key end |
#max_retries ⇒ Object
Returns the value of attribute max_retries.
6 7 8 |
# File 'lib/chartmogul/configuration.rb', line 6 def max_retries @max_retries end |