Class: BittrexApi::Configuration
- Inherits:
-
Object
- Object
- BittrexApi::Configuration
- Defined in:
- lib/bittrex_api.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
19 20 21 22 |
# File 'lib/bittrex_api.rb', line 19 def initialize @key = '' @secret = '' end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
17 18 19 |
# File 'lib/bittrex_api.rb', line 17 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
17 18 19 |
# File 'lib/bittrex_api.rb', line 17 def secret @secret end |