Class: ErpIntegration::Task

Inherits:
Resource show all
Defined in:
lib/erp_integration/task.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#raw_api_response

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

#attachmentsObject

Returns the value of attribute attachments.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def attachments
  @attachments
end

#batchObject

Returns the value of attribute batch.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def batch
  @batch
end

#create_dateObject

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_uidObject

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_shipmentObject

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_atObject

Returns the value of attribute done_at.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def done_at
  @done_at
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def id
  @id
end

#messagesObject

Returns the value of attribute messages.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def messages
  @messages
end

#metadataObject

Returns the value of attribute metadata.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def 
  @metadata
end

#metafieldsObject

Returns the value of attribute metafields.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def metafields
  @metafields
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def name
  @name
end

#operationObject

Returns the value of attribute operation.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def operation
  @operation
end

#originObject

Returns the value of attribute origin.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def origin
  @origin
end

#ownerObject

Returns the value of attribute owner.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def owner
  @owner
end

#private_notesObject

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_notesObject

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_blurbObject

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_nameObject

Returns the value of attribute rec_name.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def rec_name
  @rec_name
end

#requesterObject

Returns the value of attribute requester.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def requester
  @requester
end

#started_atObject

Returns the value of attribute started_at.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def started_at
  @started_at
end

#stateObject

Returns the value of attribute state.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def state
  @state
end

#stock_moveObject

Returns the value of attribute stock_move.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def stock_move
  @stock_move
end

#templateObject

Returns the value of attribute template.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def template
  @template
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def type
  @type
end

#write_dateObject

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_uidObject

Returns the value of attribute write_uid.



5
6
7
# File 'lib/erp_integration/task.rb', line 5

def write_uid
  @write_uid
end