class ActiveNetsuite::AssemblyUnbuild
{urn:inventory_2013_2.transactions.webservices.netsuite.com}AssemblyUnbuild
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime postingPeriod - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString item - ActiveNetsuite::RecordRef built - SOAP::SOAPDouble quantity - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef total - SOAP::SOAPDouble serialNumbers - SOAP::SOAPString inventoryDetail - ActiveNetsuite::InventoryDetail binNumbers - SOAP::SOAPString subsidiary - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef memo - SOAP::SOAPString componentList - ActiveNetsuite::AssemblyComponentList customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
binNumbers[RW]
built[RW]
componentList[RW]
createdDate[RW]
customFieldList[RW]
customForm[RW]
department[RW]
inventoryDetail[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
quantity[RW]
serialNumbers[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
units[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, built = nil, quantity = nil, units = nil, total = nil, serialNumbers = nil, inventoryDetail = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, memo = nil, componentList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18697 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, built = nil, quantity = nil, units = nil, total = nil, serialNumbers = nil, inventoryDetail = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, memo = nil, componentList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @tranDate = tranDate @postingPeriod = postingPeriod @tranId = tranId @item = item @built = built @quantity = quantity @units = units @total = total @serialNumbers = serialNumbers @inventoryDetail = inventoryDetail @binNumbers = binNumbers @subsidiary = subsidiary @department = department @v_class = v_class @location = location @memo = memo @componentList = componentList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18677 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18669 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18673 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18689 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18693 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18681 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18685 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end