Class: ActiveNetsuite::InterCompanyTransferOrderItemList

Inherits:
Object
  • 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.comInterCompanyTransferOrderItemList

item - ActiveNetsuite::InterCompanyTransferOrderItem
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = []) ⇒ InterCompanyTransferOrderItemList

Returns a new instance of InterCompanyTransferOrderItemList.



59271
59272
59273
59274
# File 'lib/activenetsuite/soap/default.rb', line 59271

def initialize(item = [])
  @item = item
  @__xmlattr = {}
end

Instance Attribute Details

#itemObject

Returns the value of attribute item.



59257
59258
59259
# File 'lib/activenetsuite/soap/default.rb', line 59257

def item
  @item
end

Instance Method Details

#__xmlattrObject



59259
59260
59261
# File 'lib/activenetsuite/soap/default.rb', line 59259

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



59263
59264
59265
# File 'lib/activenetsuite/soap/default.rb', line 59263

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



59267
59268
59269
# File 'lib/activenetsuite/soap/default.rb', line 59267

def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end