Class: Ravelin::OrderSupplier

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/order_supplier.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

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#debtObject

Returns the value of attribute debt.



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

def debt
  @debt
end

#feeObject

Returns the value of attribute fee.



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

def fee
  @fee
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#supplier_idObject

Returns the value of attribute supplier_id.



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

def supplier_id
  @supplier_id
end

#tipObject

Returns the value of attribute tip.



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

def tip
  @tip
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end