Class: ErpIntegration::PurchaseOrderLine
- Defined in:
- lib/erp_integration/purchase_order_line.rb
Overview
The ‘ErpIntegration::PurchaseOrderLine` exposes an uniformed API for interaction with third-party ERP vendors.
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#create_uid ⇒ Object
Returns the value of attribute create_uid.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_lines ⇒ Object
Returns the value of attribute invoice_lines.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#note ⇒ Object
Returns the value of attribute note.
-
#product ⇒ Object
Returns the value of attribute product.
-
#purchase ⇒ Object
Returns the value of attribute purchase.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#quantity_canceled ⇒ Object
Returns the value of attribute quantity_canceled.
-
#quantity_invoiced ⇒ Object
Returns the value of attribute quantity_invoiced.
-
#quantity_received ⇒ Object
Returns the value of attribute quantity_received.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
-
#write_date ⇒ Object
Returns the value of attribute write_date.
-
#write_uid ⇒ Object
Returns the value of attribute write_uid.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
adapter, adapter_klass, adapter_path, adapter_type, #assign_attributes, #initialize, #method_missing, resource_name, respond_to_missing?
Methods included from Resources::Persistence
#destroy, included, #persisted?, #update
Methods included from Resources::Validations
#errors, #valid?, #validate_with
Constructor Details
This class inherits a constructor from ErpIntegration::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ErpIntegration::Resource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def amount @amount end |
#attachments ⇒ Object
Returns the value of attribute attachments.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def @attachments end |
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def create_date @create_date end |
#create_uid ⇒ Object
Returns the value of attribute create_uid.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def create_uid @create_uid end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def delivery_date @delivery_date end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def id @id end |
#invoice_lines ⇒ Object
Returns the value of attribute invoice_lines.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def invoice_lines @invoice_lines end |
#metadata ⇒ Object
Returns the value of attribute metadata.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def @metadata end |
#note ⇒ Object
Returns the value of attribute note.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def note @note end |
#product ⇒ Object
Returns the value of attribute product.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def product @product end |
#purchase ⇒ Object
Returns the value of attribute purchase.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def purchase @purchase end |
#quantity ⇒ Object
Returns the value of attribute quantity.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def quantity @quantity end |
#quantity_canceled ⇒ Object
Returns the value of attribute quantity_canceled.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def quantity_canceled @quantity_canceled end |
#quantity_invoiced ⇒ Object
Returns the value of attribute quantity_invoiced.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def quantity_invoiced @quantity_invoiced end |
#quantity_received ⇒ Object
Returns the value of attribute quantity_received.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def quantity_received @quantity_received end |
#sequence ⇒ Object
Returns the value of attribute sequence.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def sequence @sequence end |
#taxes ⇒ Object
Returns the value of attribute taxes.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def taxes @taxes end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def type @type end |
#unit ⇒ Object
Returns the value of attribute unit.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def unit @unit end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def unit_price @unit_price end |
#write_date ⇒ Object
Returns the value of attribute write_date.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def write_date @write_date end |
#write_uid ⇒ Object
Returns the value of attribute write_uid.
7 8 9 |
# File 'lib/erp_integration/purchase_order_line.rb', line 7 def write_uid @write_uid end |