Class: Poloniex::Configuration
- Inherits:
-
Object
- Object
- Poloniex::Configuration
- Defined in:
- lib/poloniex.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
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
19 20 21 |
# File 'lib/poloniex.rb', line 19 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
19 20 21 |
# File 'lib/poloniex.rb', line 19 def secret @secret end |
Instance Method Details
#intialize ⇒ Object
21 22 23 24 |
# File 'lib/poloniex.rb', line 21 def intialize @key = '' @secret = '' end |