Class: ActiveNetsuite::WorkOrderIssue

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comWorkOrderIssue

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
customForm - ActiveNetsuite::RecordRef
tranId - SOAP::SOAPString
item - ActiveNetsuite::RecordRef
createdFrom - ActiveNetsuite::RecordRef
tranDate - SOAP::SOAPDateTime
postingPeriod - ActiveNetsuite::RecordRef
memo - SOAP::SOAPString
subsidiary - ActiveNetsuite::RecordRef
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
revision - ActiveNetsuite::RecordRef
componentList - ActiveNetsuite::WorkOrderIssueComponentList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, componentList = nil, customFieldList = nil) ⇒ WorkOrderIssue

Returns a new instance of WorkOrderIssue.



19427
19428
19429
19430
19431
19432
19433
19434
19435
19436
19437
19438
19439
19440
19441
19442
19443
19444
19445
19446
# File 'lib/activenetsuite/soap/default.rb', line 19427

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, componentList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @customForm = customForm
  @tranId = tranId
  @item = item
  @createdFrom = createdFrom
  @tranDate = tranDate
  @postingPeriod = postingPeriod
  @memo = memo
  @subsidiary = subsidiary
  @department = department
  @v_class = v_class
  @location = location
  @revision = revision
  @componentList = componentList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#componentListObject

Returns the value of attribute componentList.



19396
19397
19398
# File 'lib/activenetsuite/soap/default.rb', line 19396

def componentList
  @componentList
end

#createdDateObject

Returns the value of attribute createdDate.



19383
19384
19385
# File 'lib/activenetsuite/soap/default.rb', line 19383

def createdDate
  @createdDate
end

#createdFromObject

Returns the value of attribute createdFrom.



19388
19389
19390
# File 'lib/activenetsuite/soap/default.rb', line 19388

def createdFrom
  @createdFrom
end

#customFieldListObject

Returns the value of attribute customFieldList.



19397
19398
19399
# File 'lib/activenetsuite/soap/default.rb', line 19397

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



19385
19386
19387
# File 'lib/activenetsuite/soap/default.rb', line 19385

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



19393
19394
19395
# File 'lib/activenetsuite/soap/default.rb', line 19393

def department
  @department
end

#itemObject

Returns the value of attribute item.



19387
19388
19389
# File 'lib/activenetsuite/soap/default.rb', line 19387

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



19384
19385
19386
# File 'lib/activenetsuite/soap/default.rb', line 19384

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



19394
19395
19396
# File 'lib/activenetsuite/soap/default.rb', line 19394

def location
  @location
end

#memoObject

Returns the value of attribute memo.



19391
19392
19393
# File 'lib/activenetsuite/soap/default.rb', line 19391

def memo
  @memo
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



19382
19383
19384
# File 'lib/activenetsuite/soap/default.rb', line 19382

def nullFieldList
  @nullFieldList
end

#postingPeriodObject

Returns the value of attribute postingPeriod.



19390
19391
19392
# File 'lib/activenetsuite/soap/default.rb', line 19390

def postingPeriod
  @postingPeriod
end

#revisionObject

Returns the value of attribute revision.



19395
19396
19397
# File 'lib/activenetsuite/soap/default.rb', line 19395

def revision
  @revision
end

#subsidiaryObject

Returns the value of attribute subsidiary.



19392
19393
19394
# File 'lib/activenetsuite/soap/default.rb', line 19392

def subsidiary
  @subsidiary
end

#tranDateObject

Returns the value of attribute tranDate.



19389
19390
19391
# File 'lib/activenetsuite/soap/default.rb', line 19389

def tranDate
  @tranDate
end

#tranIdObject

Returns the value of attribute tranId.



19386
19387
19388
# File 'lib/activenetsuite/soap/default.rb', line 19386

def tranId
  @tranId
end

Instance Method Details

#__xmlattrObject



19407
19408
19409
# File 'lib/activenetsuite/soap/default.rb', line 19407

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



19399
19400
19401
# File 'lib/activenetsuite/soap/default.rb', line 19399

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



19403
19404
19405
# File 'lib/activenetsuite/soap/default.rb', line 19403

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



19419
19420
19421
# File 'lib/activenetsuite/soap/default.rb', line 19419

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



19423
19424
19425
# File 'lib/activenetsuite/soap/default.rb', line 19423

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



19411
19412
19413
# File 'lib/activenetsuite/soap/default.rb', line 19411

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



19415
19416
19417
# File 'lib/activenetsuite/soap/default.rb', line 19415

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end