class ActiveNetsuite::WorkOrderClose
{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrderClose
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString item - ActiveNetsuite::RecordRef quantity - SOAP::SOAPDouble orderQuantity - SOAP::SOAPDouble scrapQuantity - SOAP::SOAPDouble 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 customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
createdDate[RW]
createdFrom[RW]
customFieldList[RW]
customForm[RW]
department[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
orderQuantity[RW]
postingPeriod[RW]
quantity[RW]
revision[RW]
scrapQuantity[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, quantity = nil, orderQuantity = nil, scrapQuantity = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19649 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranId = nil, item = nil, quantity = nil, orderQuantity = nil, scrapQuantity = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, memo = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @tranId = tranId @item = item @quantity = quantity @orderQuantity = orderQuantity @scrapQuantity = scrapQuantity @createdFrom = createdFrom @tranDate = tranDate @postingPeriod = postingPeriod @memo = memo @subsidiary = subsidiary @department = department @v_class = v_class @location = location @revision = revision @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19629 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19621 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19625 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19641 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19645 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19633 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19637 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end