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