Class: Ravelin::Order

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/order.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from RavelinObject

attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate

Constructor Details

This class inherits a constructor from Ravelin::RavelinObject

Instance Attribute Details

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def country
  @country
end

#creation_timeObject

Returns the value of attribute creation_time.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def creation_time
  @creation_time
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def currency
  @currency
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def custom
  @custom
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def email
  @email
end

#execution_timeObject

Returns the value of attribute execution_time.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def execution_time
  @execution_time
end

#fromObject

Returns the value of attribute from.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def from
  @from
end

#itemsObject

Returns the value of attribute items.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def items
  @items
end

#marketObject

Returns the value of attribute market.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def market
  @market
end

#order_idObject

Returns the value of attribute order_id.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def order_id
  @order_id
end

#priceObject

Returns the value of attribute price.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def price
  @price
end

#seller_idObject

Returns the value of attribute seller_id.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def seller_id
  @seller_id
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def status
  @status
end

#toObject

Returns the value of attribute to.



3
4
5
# File 'lib/ravelin/order.rb', line 3

def to
  @to
end