Class: ApiWrapper::Balance
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::Balance
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#reserved ⇒ Object
Returns the value of attribute reserved.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
49 50 51 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49 def available @available end |
#reserved ⇒ Object
Returns the value of attribute reserved
49 50 51 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49 def reserved @reserved end |
#total ⇒ Object
Returns the value of attribute total
49 50 51 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 49 def total @total end |