Class: Yobit::ApiConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApiConfig

Returns a new instance of ApiConfig.



13
14
15
16
# File 'lib/yobit.rb', line 13

def initialize
  @key    = ''
  @secret = ''
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



11
12
13
# File 'lib/yobit.rb', line 11

def key
  @key
end

#secretObject

Returns the value of attribute secret.



11
12
13
# File 'lib/yobit.rb', line 11

def secret
  @secret
end