Class: BitX::Configuration
- Inherits:
-
Object
- Object
- BitX::Configuration
- Defined in:
- lib/bitx.rb
Instance Attribute Summary collapse
-
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
-
#api_key_pin ⇒ Object
Returns the value of attribute api_key_pin.
-
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret.
Instance Attribute Details
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
10 11 12 |
# File 'lib/bitx.rb', line 10 def api_key_id @api_key_id end |
#api_key_pin ⇒ Object
Returns the value of attribute api_key_pin.
10 11 12 |
# File 'lib/bitx.rb', line 10 def api_key_pin @api_key_pin end |
#api_key_secret ⇒ Object
Returns the value of attribute api_key_secret.
10 11 12 |
# File 'lib/bitx.rb', line 10 def api_key_secret @api_key_secret end |