class ActiveNetsuite::WorkOrderIssue
{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrderIssue
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
Constants
- AttrExternalId
- AttrInternalId
Attributes
componentList[RW]
createdDate[RW]
createdFrom[RW]
customFieldList[RW]
customForm[RW]
department[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
revision[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(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)
click to toggle source
# 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
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19407 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19399 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19403 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19419 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19423 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19411 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19415 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end