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.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
7 8 9 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7 def amount @amount end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7 def id @id end |
#price ⇒ Object
Returns the value of attribute price
7 8 9 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7 def price @price end |
#raw ⇒ Object
Returns the value of attribute raw
7 8 9 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7 def raw @raw end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
7 8 9 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 7 def @timestamp end |