Class: ApiWrapper::Balance

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitex_bot/models/api_wrappers/api_wrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject

Returns the value of attribute available

Returns:

  • (Object)

    the current value of available



49
50
51
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49

def available
  @available
end

#reservedObject

Returns the value of attribute reserved

Returns:

  • (Object)

    the current value of reserved



49
50
51
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49

def reserved
  @reserved
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



49
50
51
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49

def total
  @total
end