Class: MtGox::Offer
- Inherits:
-
Object
- Object
- MtGox::Offer
- Defined in:
- lib/mtgox/offer.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#client ⇒ Object
Returns the value of attribute client.
-
#price ⇒ Object
Returns the value of attribute price.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/mtgox/offer.rb', line 3 def amount @amount end |
#client ⇒ Object
Returns the value of attribute client.
3 4 5 |
# File 'lib/mtgox/offer.rb', line 3 def client @client end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/mtgox/offer.rb', line 3 def price @price end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3 4 5 |
# File 'lib/mtgox/offer.rb', line 3 def @timestamp end |