Class: Bitreserve::Entities::Ticker

Inherits:
BaseEntity show all
Defined in:
lib/bitreserve/entities/ticker.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

#askObject (readonly)

Returns the value of attribute ask.



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

def ask
  @ask
end

#bidObject (readonly)

Returns the value of attribute bid.



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

def bid
  @bid
end

#currencyObject (readonly)

Returns the value of attribute currency.



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

def currency
  @currency
end

#pairObject (readonly)

Returns the value of attribute pair.



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

def pair
  @pair
end