Class: Bitstamp::UserTransaction
- Defined in:
- lib/bitstamp/transactions.rb
Instance Attribute Summary collapse
-
#bch ⇒ Object
Returns the value of attribute bch.
-
#bch_btc ⇒ Object
Returns the value of attribute bch_btc.
-
#bch_eur ⇒ Object
Returns the value of attribute bch_eur.
-
#bch_usd ⇒ Object
Returns the value of attribute bch_usd.
-
#btc ⇒ Object
Returns the value of attribute btc.
-
#btc_eur ⇒ Object
Returns the value of attribute btc_eur.
-
#btc_usd ⇒ Object
Returns the value of attribute btc_usd.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#eth ⇒ Object
Returns the value of attribute eth.
-
#eth_btc ⇒ Object
Returns the value of attribute eth_btc.
-
#eth_eur ⇒ Object
Returns the value of attribute eth_eur.
-
#eth_usd ⇒ Object
Returns the value of attribute eth_usd.
-
#eur ⇒ Object
Returns the value of attribute eur.
-
#eur_usd ⇒ Object
Returns the value of attribute eur_usd.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ltc ⇒ Object
Returns the value of attribute ltc.
-
#ltc_btc ⇒ Object
Returns the value of attribute ltc_btc.
-
#ltc_eur ⇒ Object
Returns the value of attribute ltc_eur.
-
#ltc_usd ⇒ Object
Returns the value of attribute ltc_usd.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#usd ⇒ Object
Returns the value of attribute usd.
-
#xrp ⇒ Object
Returns the value of attribute xrp.
-
#xrp_btc ⇒ Object
Returns the value of attribute xrp_btc.
-
#xrp_eur ⇒ Object
Returns the value of attribute xrp_eur.
-
#xrp_usd ⇒ Object
Returns the value of attribute xrp_usd.
Attributes inherited from Model
Method Summary
Methods inherited from Model
#attributes, #attributes=, #initialize
Constructor Details
This class inherits a constructor from Bitstamp::Model
Instance Attribute Details
#bch ⇒ Object
Returns the value of attribute bch.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def bch @bch end |
#bch_btc ⇒ Object
Returns the value of attribute bch_btc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def bch_btc @bch_btc end |
#bch_eur ⇒ Object
Returns the value of attribute bch_eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def bch_eur @bch_eur end |
#bch_usd ⇒ Object
Returns the value of attribute bch_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def bch_usd @bch_usd end |
#btc ⇒ Object
Returns the value of attribute btc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def btc @btc end |
#btc_eur ⇒ Object
Returns the value of attribute btc_eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def btc_eur @btc_eur end |
#btc_usd ⇒ Object
Returns the value of attribute btc_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def btc_usd @btc_usd end |
#datetime ⇒ Object
Returns the value of attribute datetime.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def datetime @datetime end |
#eth ⇒ Object
Returns the value of attribute eth.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eth @eth end |
#eth_btc ⇒ Object
Returns the value of attribute eth_btc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eth_btc @eth_btc end |
#eth_eur ⇒ Object
Returns the value of attribute eth_eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eth_eur @eth_eur end |
#eth_usd ⇒ Object
Returns the value of attribute eth_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eth_usd @eth_usd end |
#eur ⇒ Object
Returns the value of attribute eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eur @eur end |
#eur_usd ⇒ Object
Returns the value of attribute eur_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def eur_usd @eur_usd end |
#fee ⇒ Object
Returns the value of attribute fee.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def fee @fee end |
#id ⇒ Object
Returns the value of attribute id.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def id @id end |
#ltc ⇒ Object
Returns the value of attribute ltc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def ltc @ltc end |
#ltc_btc ⇒ Object
Returns the value of attribute ltc_btc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def ltc_btc @ltc_btc end |
#ltc_eur ⇒ Object
Returns the value of attribute ltc_eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def ltc_eur @ltc_eur end |
#ltc_usd ⇒ Object
Returns the value of attribute ltc_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def ltc_usd @ltc_usd end |
#nonce ⇒ Object
Returns the value of attribute nonce.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def nonce @nonce end |
#order_id ⇒ Object
Returns the value of attribute order_id.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def order_id @order_id end |
#type ⇒ Object
Returns the value of attribute type.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def type @type end |
#usd ⇒ Object
Returns the value of attribute usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def usd @usd end |
#xrp ⇒ Object
Returns the value of attribute xrp.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def xrp @xrp end |
#xrp_btc ⇒ Object
Returns the value of attribute xrp_btc.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def xrp_btc @xrp_btc end |
#xrp_eur ⇒ Object
Returns the value of attribute xrp_eur.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def xrp_eur @xrp_eur end |
#xrp_usd ⇒ Object
Returns the value of attribute xrp_usd.
25 26 27 |
# File 'lib/bitstamp/transactions.rb', line 25 def xrp_usd @xrp_usd end |