Class: MtGox::AskBase

Inherits:
Base
  • Object
show all
Defined in:
lib/mtgox/ask.rb

Direct Known Subclasses

Ask, Bid

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize, #inspect

Constructor Details

This class inherits a constructor from MtGox::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/mtgox/ask.rb', line 3

def amount
  @amount
end

#amount_intObject

Returns the value of attribute amount_int.



3
4
5
# File 'lib/mtgox/ask.rb', line 3

def amount_int
  @amount_int
end

#priceObject

Returns the value of attribute price.



3
4
5
# File 'lib/mtgox/ask.rb', line 3

def price
  @price
end

#price_intObject

Returns the value of attribute price_int.



3
4
5
# File 'lib/mtgox/ask.rb', line 3

def price_int
  @price_int
end

#stampObject

Returns the value of attribute stamp.



3
4
5
# File 'lib/mtgox/ask.rb', line 3

def stamp
  @stamp
end