Class: ApiWrapper::BalanceSummary
- Inherits:
-
Struct
- Object
- Struct
- ApiWrapper::BalanceSummary
- Defined in:
- lib/bitex_bot/models/api_wrappers/api_wrapper.rb
Instance Attribute Summary collapse
-
#crypto ⇒ Object
Returns the value of attribute crypto.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#fiat ⇒ Object
Returns the value of attribute fiat.
Instance Attribute Details
#crypto ⇒ Object
Returns the value of attribute crypto
43 44 45 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 43 def crypto @crypto end |
#fee ⇒ Object
Returns the value of attribute fee
43 44 45 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 43 def fee @fee end |
#fiat ⇒ Object
Returns the value of attribute fiat
43 44 45 |
# File 'lib/bitex_bot/models/api_wrappers/api_wrapper.rb', line 43 def fiat @fiat end |