Class: PoloniexRuby::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



12
13
14
# File 'lib/configuration.rb', line 12

def key
  @key
end

#secretObject

Returns the value of attribute secret.



12
13
14
# File 'lib/configuration.rb', line 12

def secret
  @secret
end

Instance Method Details

#intializeObject



14
15
16
17
# File 'lib/configuration.rb', line 14

def intialize
  @key = ''
  @secret = ''
end