Class: Bitreserve::Entities::Asset
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Bitreserve::Entities::Asset
- Defined in:
- lib/bitreserve/entities/asset.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#totals ⇒ Object
readonly
Returns the value of attribute totals.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Method Summary
Methods inherited from BaseEntity
Constructor Details
This class inherits a constructor from Bitreserve::Entities::BaseEntity
Instance Attribute Details
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
4 5 6 |
# File 'lib/bitreserve/entities/asset.rb', line 4 def currency @currency end |
#totals ⇒ Object (readonly)
Returns the value of attribute totals.
4 5 6 |
# File 'lib/bitreserve/entities/asset.rb', line 4 def totals @totals end |
#values ⇒ Object (readonly)
Returns the value of attribute values.
4 5 6 |
# File 'lib/bitreserve/entities/asset.rb', line 4 def values @values end |