Class: ErpIntegration::Task
- Defined in:
- lib/erp_integration/task.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#create_uid ⇒ Object
Returns the value of attribute create_uid.
-
#customer_shipment ⇒ Object
Returns the value of attribute customer_shipment.
-
#done_at ⇒ Object
Returns the value of attribute done_at.
-
#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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#private_notes ⇒ Object
Returns the value of attribute private_notes.
-
#public_notes ⇒ Object
Returns the value of attribute public_notes.
-
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
-
#rec_name ⇒ Object
Returns the value of attribute rec_name.
-
#requester ⇒ Object
Returns the value of attribute requester.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#state ⇒ Object
Returns the value of attribute state.
-
#stock_move ⇒ Object
Returns the value of attribute stock_move.
-
#template ⇒ Object
Returns the value of attribute template.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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/task.rb', line 5 def @attachments end |
#batch ⇒ Object
Returns the value of attribute batch.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def batch @batch end |
#create_date ⇒ Object
Returns the value of attribute create_date.
5 6 7 |
# File 'lib/erp_integration/task.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/task.rb', line 5 def create_uid @create_uid end |
#customer_shipment ⇒ Object
Returns the value of attribute customer_shipment.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def customer_shipment @customer_shipment end |
#done_at ⇒ Object
Returns the value of attribute done_at.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def done_at @done_at end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def id @id end |
#messages ⇒ Object
Returns the value of attribute messages.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @messages end |
#metadata ⇒ Object
Returns the value of attribute metadata.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @metadata end |
#metafields ⇒ Object
Returns the value of attribute metafields.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @metafields end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def name @name end |
#operation ⇒ Object
Returns the value of attribute operation.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def operation @operation end |
#origin ⇒ Object
Returns the value of attribute origin.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def origin @origin end |
#owner ⇒ Object
Returns the value of attribute owner.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def owner @owner end |
#private_notes ⇒ Object
Returns the value of attribute private_notes.
5 6 7 |
# File 'lib/erp_integration/task.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/task.rb', line 5 def public_notes @public_notes end |
#rec_blurb ⇒ Object
Returns the value of attribute rec_blurb.
5 6 7 |
# File 'lib/erp_integration/task.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/task.rb', line 5 def rec_name @rec_name end |
#requester ⇒ Object
Returns the value of attribute requester.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def requester @requester end |
#started_at ⇒ Object
Returns the value of attribute started_at.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def started_at @started_at end |
#state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def state @state end |
#stock_move ⇒ Object
Returns the value of attribute stock_move.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def stock_move @stock_move end |
#template ⇒ Object
Returns the value of attribute template.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def template @template end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def type @type end |
#write_date ⇒ Object
Returns the value of attribute write_date.
5 6 7 |
# File 'lib/erp_integration/task.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/task.rb', line 5 def write_uid @write_uid end |