Class: ErpIntegration::BillOfMaterial
- Defined in:
- lib/erp_integration/bill_of_material.rb
Overview
The ‘ErpIntegration::BillOfMaterial` exposes an uniformed API for interaction with third-party ERP vendors.
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#create_uid ⇒ Object
Returns the value of attribute create_uid.
-
#id ⇒ Object
Returns the value of attribute id.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#is_built_on_the_fly ⇒ Object
Returns the value of attribute is_built_on_the_fly.
-
#location ⇒ Object
Returns the value of attribute location.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_products ⇒ Object
Returns the value of attribute output_products.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#private_notes ⇒ Object
Returns the value of attribute private_notes.
-
#products ⇒ Object
Returns the value of attribute products.
-
#public_notes ⇒ Object
Returns the value of attribute public_notes.
-
#quantity_buildable ⇒ Object
Returns the value of attribute quantity_buildable.
-
#quantity_expected ⇒ Object
Returns the value of attribute quantity_expected.
-
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
-
#rec_name ⇒ Object
Returns the value of attribute rec_name.
-
#routing ⇒ Object
Returns the value of attribute routing.
-
#state ⇒ Object
Returns the value of attribute state.
-
#supervisor ⇒ Object
Returns the value of attribute supervisor.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warehouse ⇒ Object
Returns the value of attribute warehouse.
-
#work_center ⇒ Object
Returns the value of attribute work_center.
-
#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
#active ⇒ Object
Returns the value of attribute active.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def active @active end |
#attachments ⇒ Object
Returns the value of attribute attachments.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def @attachments end |
#cost ⇒ Object
Returns the value of attribute cost.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def cost @cost end |
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.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/bill_of_material.rb', line 7 def create_uid @create_uid end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def id @id end |
#inputs ⇒ Object
Returns the value of attribute inputs.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def inputs @inputs end |
#instructions ⇒ Object
Returns the value of attribute instructions.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def instructions @instructions end |
#is_built_on_the_fly ⇒ Object
Returns the value of attribute is_built_on_the_fly.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def is_built_on_the_fly @is_built_on_the_fly end |
#location ⇒ Object
Returns the value of attribute location.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def location @location end |
#messages ⇒ Object
Returns the value of attribute messages.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def @messages end |
#metadata ⇒ Object
Returns the value of attribute metadata.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def @metadata end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def name @name end |
#output_products ⇒ Object
Returns the value of attribute output_products.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def output_products @output_products end |
#outputs ⇒ Object
Returns the value of attribute outputs.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def outputs @outputs end |
#private_notes ⇒ Object
Returns the value of attribute private_notes.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def private_notes @private_notes end |
#products ⇒ Object
Returns the value of attribute products.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def products @products end |
#public_notes ⇒ Object
Returns the value of attribute public_notes.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def public_notes @public_notes end |
#quantity_buildable ⇒ Object
Returns the value of attribute quantity_buildable.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def quantity_buildable @quantity_buildable end |
#quantity_expected ⇒ Object
Returns the value of attribute quantity_expected.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def quantity_expected @quantity_expected end |
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def rec_blurb @rec_blurb end |
#rec_name ⇒ Object
Returns the value of attribute rec_name.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def rec_name @rec_name end |
#routing ⇒ Object
Returns the value of attribute routing.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def routing @routing end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def state @state end |
#supervisor ⇒ Object
Returns the value of attribute supervisor.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def supervisor @supervisor end |
#version ⇒ Object
Returns the value of attribute version.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def version @version end |
#warehouse ⇒ Object
Returns the value of attribute warehouse.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def warehouse @warehouse end |
#work_center ⇒ Object
Returns the value of attribute work_center.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.rb', line 7 def work_center @work_center end |
#write_date ⇒ Object
Returns the value of attribute write_date.
7 8 9 |
# File 'lib/erp_integration/bill_of_material.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/bill_of_material.rb', line 7 def write_uid @write_uid end |