Class: Bitstamp::UserTransaction

Inherits:
Model
  • Object
show all
Defined in:
lib/bitstamp/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 Bitstamp::Model

Instance Attribute Details

#btcObject

Returns the value of attribute btc.



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

def btc
  @btc
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

#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

#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