Class: MtGox::Depth
Instance Attribute Summary collapse
-
#asks ⇒ Object
Returns the value of attribute asks.
-
#bids ⇒ Object
Returns the value of attribute bids.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MtGox::Base
Instance Attribute Details
#asks ⇒ Object
Returns the value of attribute asks.
3 4 5 |
# File 'lib/mtgox/depth.rb', line 3 def asks @asks end |
#bids ⇒ Object
Returns the value of attribute bids.
3 4 5 |
# File 'lib/mtgox/depth.rb', line 3 def bids @bids end |