Class: BittrexApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/bittrex_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#keyObject

Returns the value of attribute key.



17
18
19
# File 'lib/bittrex_api.rb', line 17

def key
  @key
end

#secretObject

Returns the value of attribute secret.



17
18
19
# File 'lib/bittrex_api.rb', line 17

def secret
  @secret
end