Class: ExmoApi::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/exmo_api/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



5
6
7
# File 'lib/exmo_api/config.rb', line 5

def initialize
  load_defaults
end

Instance Attribute Details

#api_endpointObject

Returns the value of attribute api_endpoint.



9
10
11
# File 'lib/exmo_api/config.rb', line 9

def api_endpoint
  @api_endpoint
end

#api_keyObject

Returns the value of attribute api_key.



9
10
11
# File 'lib/exmo_api/config.rb', line 9

def api_key
  @api_key
end

#api_secretObject

Returns the value of attribute api_secret.



9
10
11
# File 'lib/exmo_api/config.rb', line 9

def api_secret
  @api_secret
end

#public_api_methodsObject

Returns the value of attribute public_api_methods.



9
10
11
# File 'lib/exmo_api/config.rb', line 9

def public_api_methods
  @public_api_methods
end