Class: ErpIntegration::BillOfMaterialInput
- Defined in:
- lib/erp_integration/bill_of_material_input.rb
Overview
The ‘ErpIntegration::BillOfMaterialInput` exposes an uniformed API for interaction with third-party ERP vendors.
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#bom ⇒ Object
Returns the value of attribute bom.
-
#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.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#private_notes ⇒ Object
Returns the value of attribute private_notes.
-
#product ⇒ Object
Returns the value of attribute product.
-
#public_notes ⇒ Object
Returns the value of attribute public_notes.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
-
#rec_name ⇒ Object
Returns the value of attribute rec_name.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#to_location ⇒ Object
Returns the value of attribute to_location.
-
#unit_digits ⇒ Object
Returns the value of attribute unit_digits.
-
#uom ⇒ Object
Returns the value of attribute uom.
-
#uom_category ⇒ Object
Returns the value of attribute uom_category.
-
#warehouse ⇒ Object
Returns the value of attribute warehouse.
-
#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
#attachments ⇒ Object
Returns the value of attribute attachments.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def @attachments end |
#bom ⇒ Object
Returns the value of attribute bom.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def bom @bom end |
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.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_input.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_input.rb', line 7 def id @id end |
#messages ⇒ Object
Returns the value of attribute messages.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def @messages end |
#metadata ⇒ Object
Returns the value of attribute metadata.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def @metadata end |
#private_notes ⇒ Object
Returns the value of attribute private_notes.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def private_notes @private_notes end |
#product ⇒ Object
Returns the value of attribute product.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def product @product end |
#public_notes ⇒ Object
Returns the value of attribute public_notes.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def public_notes @public_notes end |
#quantity ⇒ Object
Returns the value of attribute quantity.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def quantity @quantity end |
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.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_input.rb', line 7 def rec_name @rec_name end |
#sequence ⇒ Object
Returns the value of attribute sequence.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def sequence @sequence end |
#to_location ⇒ Object
Returns the value of attribute to_location.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def to_location @to_location end |
#unit_digits ⇒ Object
Returns the value of attribute unit_digits.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def unit_digits @unit_digits end |
#uom ⇒ Object
Returns the value of attribute uom.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def uom @uom end |
#uom_category ⇒ Object
Returns the value of attribute uom_category.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def uom_category @uom_category end |
#warehouse ⇒ Object
Returns the value of attribute warehouse.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.rb', line 7 def warehouse @warehouse end |
#write_date ⇒ Object
Returns the value of attribute write_date.
7 8 9 |
# File 'lib/erp_integration/bill_of_material_input.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_input.rb', line 7 def write_uid @write_uid end |