Class: Bitstamp::UserTransaction

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

Instance Attribute Summary collapse

Attributes inherited from Model

#error, #message, #reason

Method Summary

Methods inherited from Model

#attributes, #attributes=, #initialize

Constructor Details

This class inherits a constructor from Bitstamp::Model

Instance Attribute Details

#bchObject

Returns the value of attribute bch.



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

def bch
  @bch
end

#bch_btcObject

Returns the value of attribute bch_btc.



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

def bch_btc
  @bch_btc
end

#bch_eurObject

Returns the value of attribute bch_eur.



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

def bch_eur
  @bch_eur
end

#bch_usdObject

Returns the value of attribute bch_usd.



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

def bch_usd
  @bch_usd
end

#btcObject

Returns the value of attribute btc.



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

def btc
  @btc
end

#btc_eurObject

Returns the value of attribute btc_eur.



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

def btc_eur
  @btc_eur
end

#btc_usdObject

Returns the value of attribute btc_usd.



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

def btc_usd
  @btc_usd
end

#datetimeObject

Returns the value of attribute datetime.



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

def datetime
  @datetime
end

#ethObject

Returns the value of attribute eth.



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

def eth
  @eth
end

#eth_btcObject

Returns the value of attribute eth_btc.



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

def eth_btc
  @eth_btc
end

#eth_eurObject

Returns the value of attribute eth_eur.



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

def eth_eur
  @eth_eur
end

#eth_usdObject

Returns the value of attribute eth_usd.



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

def eth_usd
  @eth_usd
end

#eurObject

Returns the value of attribute eur.



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

def eur
  @eur
end

#eur_usdObject

Returns the value of attribute eur_usd.



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

def eur_usd
  @eur_usd
end

#feeObject

Returns the value of attribute fee.



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

def fee
  @fee
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#ltcObject

Returns the value of attribute ltc.



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

def ltc
  @ltc
end

#ltc_btcObject

Returns the value of attribute ltc_btc.



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

def ltc_btc
  @ltc_btc
end

#ltc_eurObject

Returns the value of attribute ltc_eur.



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

def ltc_eur
  @ltc_eur
end

#ltc_usdObject

Returns the value of attribute ltc_usd.



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

def ltc_usd
  @ltc_usd
end

#nonceObject

Returns the value of attribute nonce.



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

def nonce
  @nonce
end

#order_idObject

Returns the value of attribute order_id.



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

def order_id
  @order_id
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#usdObject

Returns the value of attribute usd.



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

def usd
  @usd
end

#xrpObject

Returns the value of attribute xrp.



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

def xrp
  @xrp
end

#xrp_btcObject

Returns the value of attribute xrp_btc.



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

def xrp_btc
  @xrp_btc
end

#xrp_eurObject

Returns the value of attribute xrp_eur.



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

def xrp_eur
  @xrp_eur
end

#xrp_usdObject

Returns the value of attribute xrp_usd.



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

def xrp_usd
  @xrp_usd
end