Class: ErpIntegration::StockBinTransfer
- Defined in:
- lib/erp_integration/stock_bin_transfer.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#company ⇒ Object
Returns the value of attribute company.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#create_uid ⇒ Object
Returns the value of attribute create_uid.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effective_date ⇒ Object
Returns the value of attribute effective_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#metafields ⇒ Object
Returns the value of attribute metafields.
-
#moves ⇒ Object
Returns the value of attribute moves.
-
#number ⇒ Object
Returns the value of attribute number.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#picker ⇒ Object
Returns the value of attribute picker.
-
#picking_status ⇒ Object
Returns the value of attribute picking_status.
-
#planned_date ⇒ Object
Returns the value of attribute planned_date.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#private_notes ⇒ Object
Returns the value of attribute private_notes.
-
#public_notes ⇒ Object
Returns the value of attribute public_notes.
-
#quantity_total ⇒ Object
Returns the value of attribute quantity_total.
-
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
-
#rec_name ⇒ Object
Returns the value of attribute rec_name.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#state ⇒ Object
Returns the value of attribute state.
-
#storage_zone ⇒ Object
Returns the value of attribute storage_zone.
-
#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
Instance Method Summary collapse
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.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def @attachments end |
#company ⇒ Object
Returns the value of attribute company.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def company @company end |
#create_date ⇒ Object
Returns the value of attribute create_date.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def create_date @create_date end |
#create_uid ⇒ Object
Returns the value of attribute create_uid.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def create_uid @create_uid end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def description @description end |
#effective_date ⇒ Object
Returns the value of attribute effective_date.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def effective_date @effective_date end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def id @id end |
#messages ⇒ Object
Returns the value of attribute messages.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def @messages end |
#metadata ⇒ Object
Returns the value of attribute metadata.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def @metadata end |
#metafields ⇒ Object
Returns the value of attribute metafields.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def @metafields end |
#moves ⇒ Object
Returns the value of attribute moves.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def moves @moves end |
#number ⇒ Object
Returns the value of attribute number.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def number @number end |
#origin ⇒ Object
Returns the value of attribute origin.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def origin @origin end |
#picker ⇒ Object
Returns the value of attribute picker.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def picker @picker end |
#picking_status ⇒ Object
Returns the value of attribute picking_status.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def picking_status @picking_status end |
#planned_date ⇒ Object
Returns the value of attribute planned_date.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def planned_date @planned_date end |
#priority ⇒ Object
Returns the value of attribute priority.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def priority @priority end |
#private_notes ⇒ Object
Returns the value of attribute private_notes.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def private_notes @private_notes end |
#public_notes ⇒ Object
Returns the value of attribute public_notes.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def public_notes @public_notes end |
#quantity_total ⇒ Object
Returns the value of attribute quantity_total.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def quantity_total @quantity_total end |
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def rec_blurb @rec_blurb end |
#rec_name ⇒ Object
Returns the value of attribute rec_name.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def rec_name @rec_name end |
#reference ⇒ Object
Returns the value of attribute reference.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def reference @reference end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def state @state end |
#storage_zone ⇒ Object
Returns the value of attribute storage_zone.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def storage_zone @storage_zone end |
#warehouse ⇒ Object
Returns the value of attribute warehouse.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def warehouse @warehouse end |
#write_date ⇒ Object
Returns the value of attribute write_date.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def write_date @write_date end |
#write_uid ⇒ Object
Returns the value of attribute write_uid.
5 6 7 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 5 def write_uid @write_uid end |
Instance Method Details
#assign_force ⇒ Object
12 13 14 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 12 def assign_force self.class.adapter.assign_force(id) end |
#done ⇒ Object
16 17 18 |
# File 'lib/erp_integration/stock_bin_transfer.rb', line 16 def done self.class.adapter.done(id) end |