Class: ChartMogul::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_tokenObject

Returns the value of attribute account_token.



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

def 
  @account_token
end

#api_baseObject

Returns the value of attribute api_base.



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

def api_base
  @api_base
end

#max_retriesObject

Returns the value of attribute max_retries.



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

def max_retries
  @max_retries
end

#secret_keyObject

Returns the value of attribute secret_key.



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

def secret_key
  @secret_key
end