Class: ApiWrapper::Transaction
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::Transaction
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#id ⇒ Object
Returns the value of attribute id.
-
#price ⇒ Object
Returns the value of attribute price.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
5 6 7 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5 def amount @amount end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5 def id @id end |
#price ⇒ Object
Returns the value of attribute price
5 6 7 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5 def price @price end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 5 def @timestamp end |