Class: Ravelin::Order
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::Order
- Defined in:
- lib/ravelin/order.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#creation_time ⇒ Object
Returns the value of attribute creation_time.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#email ⇒ Object
Returns the value of attribute email.
-
#execution_time ⇒ Object
Returns the value of attribute execution_time.
-
#from ⇒ Object
Returns the value of attribute from.
-
#items ⇒ Object
Returns the value of attribute items.
-
#market ⇒ Object
Returns the value of attribute market.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#price ⇒ Object
Returns the value of attribute price.
-
#seller_id ⇒ Object
Returns the value of attribute seller_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#to ⇒ Object
Returns the value of attribute to.
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
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def country @country end |
#creation_time ⇒ Object
Returns the value of attribute creation_time.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def creation_time @creation_time end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def currency @currency end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def custom @custom end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def email @email end |
#execution_time ⇒ Object
Returns the value of attribute execution_time.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def execution_time @execution_time end |
#from ⇒ Object
Returns the value of attribute from.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def from @from end |
#items ⇒ Object
Returns the value of attribute items.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def items @items end |
#market ⇒ Object
Returns the value of attribute market.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def market @market end |
#order_id ⇒ Object
Returns the value of attribute order_id.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def order_id @order_id end |
#price ⇒ Object
Returns the value of attribute price.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def price @price end |
#seller_id ⇒ Object
Returns the value of attribute seller_id.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def seller_id @seller_id end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def status @status end |
#to ⇒ Object
Returns the value of attribute to.
3 4 5 |
# File 'lib/ravelin/order.rb', line 3 def to @to end |