Class: ErpIntegration::PurchaseProductSupplier
- Defined in:
- lib/erp_integration/purchase_product_supplier.rb
Overview
The ‘ErpIntegration::PurchaseProductSupplier` exposes an uniformed API for interaction with third-party ERP vendors.
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#code ⇒ Object
Returns the value of attribute code.
-
#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.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#drop_shipment ⇒ Object
Returns the value of attribute drop_shipment.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lead_time ⇒ Object
Returns the value of attribute lead_time.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#moq ⇒ Object
Returns the value of attribute moq.
-
#name ⇒ Object
Returns the value of attribute name.
-
#party ⇒ Object
Returns the value of attribute party.
-
#prices ⇒ Object
Returns the value of attribute prices.
-
#product ⇒ Object
Returns the value of attribute product.
-
#quantity_available ⇒ Object
Returns the value of attribute quantity_available.
-
#quantity_available_updated ⇒ Object
Returns the value of attribute quantity_available_updated.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
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
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def active @active end |
#code ⇒ Object
Returns the value of attribute code.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def code @code end |
#company ⇒ Object
Returns the value of attribute company.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def company @company end |
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.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_product_supplier.rb', line 7 def create_uid @create_uid end |
#currency ⇒ Object
Returns the value of attribute currency.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def currency @currency end |
#drop_shipment ⇒ Object
Returns the value of attribute drop_shipment.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def drop_shipment @drop_shipment end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def id @id end |
#lead_time ⇒ Object
Returns the value of attribute lead_time.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def lead_time @lead_time end |
#metadata ⇒ Object
Returns the value of attribute metadata.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def @metadata end |
#moq ⇒ Object
Returns the value of attribute moq.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def moq @moq end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def name @name end |
#party ⇒ Object
Returns the value of attribute party.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def party @party end |
#prices ⇒ Object
Returns the value of attribute prices.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def prices @prices end |
#product ⇒ Object
Returns the value of attribute product.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def product @product end |
#quantity_available ⇒ Object
Returns the value of attribute quantity_available.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def quantity_available @quantity_available end |
#quantity_available_updated ⇒ Object
Returns the value of attribute quantity_available_updated.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def quantity_available_updated @quantity_available_updated end |
#sequence ⇒ Object
Returns the value of attribute sequence.
7 8 9 |
# File 'lib/erp_integration/purchase_product_supplier.rb', line 7 def sequence @sequence end |