Class: ChartMogul::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/chartmogul/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_baseObject

Returns the value of attribute api_base.



7
8
9
# File 'lib/chartmogul/configuration.rb', line 7

def api_base
  @api_base
end

#api_keyObject

Returns the value of attribute api_key.



5
6
7
# File 'lib/chartmogul/configuration.rb', line 5

def api_key
  @api_key
end

#max_retriesObject

Returns the value of attribute max_retries.



6
7
8
# File 'lib/chartmogul/configuration.rb', line 6

def max_retries
  @max_retries
end