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.



3
4
5
# File 'lib/chartmogul/configuration.rb', line 3

def 
  @account_token
end

#max_retriesObject

Returns the value of attribute max_retries.



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

def max_retries
  @max_retries
end

#secret_keyObject

Returns the value of attribute secret_key.



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

def secret_key
  @secret_key
end