Class: ExmoApi::Config
- Inherits:
-
Object
- Object
- ExmoApi::Config
- Defined in:
- lib/exmo_api/config.rb
Instance Attribute Summary collapse
-
#api_endpoint ⇒ Object
Returns the value of attribute api_endpoint.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#public_api_methods ⇒ Object
Returns the value of attribute public_api_methods.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_endpoint ⇒ Object
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_key ⇒ Object
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_secret ⇒ Object
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_methods ⇒ Object
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 |