class ActiveNetsuite::AssemblyBuild
{urn:inventory_2013_2.transactions.webservices.netsuite.com}AssemblyBuild
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime expirationDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef createdFrom - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime postingPeriod - ActiveNetsuite::RecordRef tranId - SOAP::SOAPString item - ActiveNetsuite::RecordRef buildable - SOAP::SOAPDouble quantity - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef total - SOAP::SOAPDouble inventoryDetail - ActiveNetsuite::InventoryDetail serialNumbers - SOAP::SOAPString binNumbers - SOAP::SOAPString subsidiary - ActiveNetsuite::RecordRef department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef location - ActiveNetsuite::RecordRef revision - 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]
buildable[RW]
componentList[RW]
createdDate[RW]
createdFrom[RW]
customFieldList[RW]
customForm[RW]
department[RW]
expirationDate[RW]
inventoryDetail[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
nullFieldList[RW]
postingPeriod[RW]
quantity[RW]
revision[RW]
serialNumbers[RW]
subsidiary[RW]
total[RW]
tranDate[RW]
tranId[RW]
units[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, expirationDate = nil, lastModifiedDate = nil, customForm = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, buildable = nil, quantity = nil, units = nil, total = nil, inventoryDetail = nil, serialNumbers = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, memo = nil, componentList = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18588 def initialize(nullFieldList = nil, createdDate = nil, expirationDate = nil, lastModifiedDate = nil, customForm = nil, createdFrom = nil, tranDate = nil, postingPeriod = nil, tranId = nil, item = nil, buildable = nil, quantity = nil, units = nil, total = nil, inventoryDetail = nil, serialNumbers = nil, binNumbers = nil, subsidiary = nil, department = nil, v_class = nil, location = nil, revision = nil, memo = nil, componentList = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @expirationDate = expirationDate @lastModifiedDate = lastModifiedDate @customForm = customForm @createdFrom = createdFrom @tranDate = tranDate @postingPeriod = postingPeriod @tranId = tranId @item = item @buildable = buildable @quantity = quantity @units = units @total = total @inventoryDetail = inventoryDetail @serialNumbers = serialNumbers @binNumbers = binNumbers @subsidiary = subsidiary @department = department @v_class = v_class @location = location @revision = revision @memo = memo @componentList = componentList @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18568 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18560 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18564 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18580 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18584 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18572 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 18576 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end