Class: Bitreserve::Entities::Asset

Inherits:
BaseEntity show all
Defined in:
lib/bitreserve/entities/asset.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

from_collection, #initialize

Constructor Details

This class inherits a constructor from Bitreserve::Entities::BaseEntity

Instance Attribute Details

#currencyObject (readonly)

Returns the value of attribute currency.



4
5
6
# File 'lib/bitreserve/entities/asset.rb', line 4

def currency
  @currency
end

#totalsObject (readonly)

Returns the value of attribute totals.



4
5
6
# File 'lib/bitreserve/entities/asset.rb', line 4

def totals
  @totals
end

#valuesObject (readonly)

Returns the value of attribute values.



4
5
6
# File 'lib/bitreserve/entities/asset.rb', line 4

def values
  @values
end