Class: ErpIntegration::StockMove
- Defined in:
- lib/erp_integration/stock_move.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#children ⇒ Object
Returns the value of attribute children.
-
#company ⇒ Object
Returns the value of attribute company.
-
#cost_price ⇒ Object
Returns the value of attribute cost_price.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#create_uid ⇒ Object
Returns the value of attribute create_uid.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#effective_date ⇒ Object
Returns the value of attribute effective_date.
-
#from_location ⇒ Object
Returns the value of attribute from_location.
-
#from_sublocation ⇒ Object
Returns the value of attribute from_sublocation.
-
#id ⇒ Object
Returns the value of attribute id.
-
#internal_quantity ⇒ Object
Returns the value of attribute internal_quantity.
-
#journal_entry ⇒ Object
Returns the value of attribute journal_entry.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#planned_date ⇒ Object
Returns the value of attribute planned_date.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#quantity_available ⇒ Object
Returns the value of attribute quantity_available.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#shipment ⇒ Object
Returns the value of attribute shipment.
-
#state ⇒ Object
Returns the value of attribute state.
-
#to_location ⇒ Object
Returns the value of attribute to_location.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
-
#uom ⇒ Object
Returns the value of attribute uom.
-
#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.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def @attachments end |
#children ⇒ Object
Returns the value of attribute children.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def children @children end |
#company ⇒ Object
Returns the value of attribute company.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def company @company end |
#cost_price ⇒ Object
Returns the value of attribute cost_price.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def cost_price @cost_price end |
#create_date ⇒ Object
Returns the value of attribute create_date.
5 6 7 |
# File 'lib/erp_integration/stock_move.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_move.rb', line 5 def create_uid @create_uid end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def currency @currency end |
#effective_date ⇒ Object
Returns the value of attribute effective_date.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def effective_date @effective_date end |
#from_location ⇒ Object
Returns the value of attribute from_location.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def from_location @from_location end |
#from_sublocation ⇒ Object
Returns the value of attribute from_sublocation.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def from_sublocation @from_sublocation end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def id @id end |
#internal_quantity ⇒ Object
Returns the value of attribute internal_quantity.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def internal_quantity @internal_quantity end |
#journal_entry ⇒ Object
Returns the value of attribute journal_entry.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def journal_entry @journal_entry end |
#metadata ⇒ Object
Returns the value of attribute metadata.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def @metadata end |
#planned_date ⇒ Object
Returns the value of attribute planned_date.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def planned_date @planned_date end |
#quantity ⇒ Object
Returns the value of attribute quantity.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def quantity @quantity end |
#quantity_available ⇒ Object
Returns the value of attribute quantity_available.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def quantity_available @quantity_available end |
#reference ⇒ Object
Returns the value of attribute reference.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def reference @reference end |
#shipment ⇒ Object
Returns the value of attribute shipment.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def shipment @shipment end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def state @state end |
#to_location ⇒ Object
Returns the value of attribute to_location.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def to_location @to_location end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def unit_price @unit_price end |
#uom ⇒ Object
Returns the value of attribute uom.
5 6 7 |
# File 'lib/erp_integration/stock_move.rb', line 5 def uom @uom end |
#write_date ⇒ Object
Returns the value of attribute write_date.
5 6 7 |
# File 'lib/erp_integration/stock_move.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_move.rb', line 5 def write_uid @write_uid end |