Class: ApiWrapper::UserTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#cryptoObject

Returns the value of attribute crypto

Returns:

  • (Object)

    the current value of crypto



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def crypto
  @crypto
end

#crypto_fiatObject

Returns the value of attribute crypto_fiat

Returns:

  • (Object)

    the current value of crypto_fiat



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def crypto_fiat
  @crypto_fiat
end

#feeObject

Returns the value of attribute fee

Returns:

  • (Object)

    the current value of fee



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def fee
  @fee
end

#fiatObject

Returns the value of attribute fiat

Returns:

  • (Object)

    the current value of fiat



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def fiat
  @fiat
end

#order_idObject

Returns the value of attribute order_id

Returns:

  • (Object)

    the current value of order_id



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def order_id
  @order_id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



55
56
57
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55

def type
  @type
end