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
permalink #attachments ⇒ Object
Returns the value of attribute attachments.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @attachments end |
permalink #batch ⇒ Object
Returns the value of attribute batch.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def batch @batch end |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def id @id end |
permalink #messages ⇒ Object
Returns the value of attribute messages.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @messages end |
permalink #metadata ⇒ Object
Returns the value of attribute metadata.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @metadata end |
permalink #metafields ⇒ Object
Returns the value of attribute metafields.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def @metafields end |
permalink #name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def name @name end |
permalink #operation ⇒ Object
Returns the value of attribute operation.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def operation @operation end |
permalink #origin ⇒ Object
Returns the value of attribute origin.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def origin @origin end |
permalink #owner ⇒ Object
Returns the value of attribute owner.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def owner @owner end |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #requester ⇒ Object
Returns the value of attribute requester.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def requester @requester end |
permalink #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 |
permalink #state ⇒ Object
Returns the value of attribute state.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def state @state end |
permalink #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 |
permalink #template ⇒ Object
Returns the value of attribute template.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def template @template end |
permalink #type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/erp_integration/task.rb', line 5 def type @type end |
permalink #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 |
permalink #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 |