Class: BitX::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_idObject

Returns the value of attribute api_key_id.



10
11
12
# File 'lib/bitx.rb', line 10

def api_key_id
  @api_key_id
end

#api_key_pinObject

Returns the value of attribute api_key_pin.



10
11
12
# File 'lib/bitx.rb', line 10

def api_key_pin
  @api_key_pin
end

#api_key_secretObject

Returns the value of attribute api_key_secret.



10
11
12
# File 'lib/bitx.rb', line 10

def api_key_secret
  @api_key_secret
end