Class: ApiWrapper::UserTransaction
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::UserTransaction
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#btc ⇒ Object
Returns the value of attribute btc.
-
#btc_usd ⇒ Object
Returns the value of attribute btc_usd.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
-
#usd ⇒ Object
Returns the value of attribute usd.
Instance Attribute Details
#btc ⇒ Object
Returns the value of attribute btc
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def btc @btc end |
#btc_usd ⇒ Object
Returns the value of attribute btc_usd
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def btc_usd @btc_usd end |
#fee ⇒ Object
Returns the value of attribute fee
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def fee @fee end |
#order_id ⇒ Object
Returns the value of attribute order_id
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def order_id @order_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def end |
#type ⇒ Object
Returns the value of attribute type
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def type @type end |
#usd ⇒ Object
Returns the value of attribute usd
52 53 54 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 52 def usd @usd end |