Class: PoloniexRuby::Configuration
- Inherits:
-
Object
- Object
- PoloniexRuby::Configuration
- Defined in:
- lib/configuration.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.
12 13 14 |
# File 'lib/configuration.rb', line 12 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
12 13 14 |
# File 'lib/configuration.rb', line 12 def secret @secret end |
Instance Method Details
#intialize ⇒ Object
14 15 16 17 |
# File 'lib/configuration.rb', line 14 def intialize @key = '' @secret = '' end |