Class: QuadrigaCX::Configuration
- Inherits:
-
Object
- Object
- QuadrigaCX::Configuration
- Defined in:
- lib/quadrigacx.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
18 19 20 |
# File 'lib/quadrigacx.rb', line 18 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
18 19 20 |
# File 'lib/quadrigacx.rb', line 18 def api_secret @api_secret end |
#client_id ⇒ Object
Returns the value of attribute client_id.
18 19 20 |
# File 'lib/quadrigacx.rb', line 18 def client_id @client_id end |