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