Class: ApiWrapper::UserTransaction
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::UserTransaction
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#crypto ⇒ Object
Returns the value of attribute crypto.
-
#crypto_fiat ⇒ Object
Returns the value of attribute crypto_fiat.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#fiat ⇒ Object
Returns the value of attribute fiat.
-
#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.
Instance Attribute Details
#crypto ⇒ Object
Returns the value of attribute crypto
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def crypto @crypto end |
#crypto_fiat ⇒ Object
Returns the value of attribute crypto_fiat
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def crypto_fiat @crypto_fiat end |
#fee ⇒ Object
Returns the value of attribute fee
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def fee @fee end |
#fiat ⇒ Object
Returns the value of attribute fiat
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def fiat @fiat end |
#order_id ⇒ Object
Returns the value of attribute order_id
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def order_id @order_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type
55 56 57 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 55 def type @type end |