Class: Bitso::UserTransaction

Inherits:
Model
  • Object
show all
Defined in:
lib/bitso/transactions.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#error, #message

Method Summary

Methods inherited from Model

#attributes, #attributes=, #initialize

Constructor Details

This class inherits a constructor from Bitso::Model

Instance Attribute Details

#btcObject

Returns the value of attribute btc.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def btc
  @btc
end

#btc_mxnObject

Returns the value of attribute btc_mxn.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def btc_mxn
  @btc_mxn
end

#datetimeObject

Returns the value of attribute datetime.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def datetime
  @datetime
end

#feeObject

Returns the value of attribute fee.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def fee
  @fee
end

#idObject

Returns the value of attribute id.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def id
  @id
end

#mxnObject

Returns the value of attribute mxn.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def mxn
  @mxn
end

#nonceObject

Returns the value of attribute nonce.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def nonce
  @nonce
end

#order_idObject

Returns the value of attribute order_id.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def order_id
  @order_id
end

#rateObject

Returns the value of attribute rate.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def rate
  @rate
end

#typeObject

Returns the value of attribute type.



25
26
27
# File 'lib/bitso/transactions.rb', line 25

def type
  @type
end