Class: Ravelin::OrderSupplier
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::OrderSupplier
- Defined in:
- lib/ravelin/order_supplier.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#debt ⇒ Object
Returns the value of attribute debt.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#status ⇒ Object
Returns the value of attribute status.
-
#supplier_id ⇒ Object
Returns the value of attribute supplier_id.
-
#tip ⇒ Object
Returns the value of attribute tip.
-
#type ⇒ Object
Returns the value of attribute type.
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
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def currency @currency end |
#debt ⇒ Object
Returns the value of attribute debt.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def debt @debt end |
#fee ⇒ Object
Returns the value of attribute fee.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def fee @fee end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def status @status end |
#supplier_id ⇒ Object
Returns the value of attribute supplier_id.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def supplier_id @supplier_id end |
#tip ⇒ Object
Returns the value of attribute tip.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def tip @tip end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/ravelin/order_supplier.rb', line 3 def type @type end |