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
# File 'lib/yobit.rb', line 13

def initialize
  @key = ''
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



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

def key
  @key
end