Class: ActiveNetsuite::BinTransferInventoryList

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.comBinTransferInventoryList

inventory - ActiveNetsuite::BinTransferInventory
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inventory = []) ⇒ BinTransferInventoryList

Returns a new instance of BinTransferInventoryList.



59570
59571
59572
59573
# File 'lib/activenetsuite/soap/default.rb', line 59570

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

Instance Attribute Details

#inventoryObject

Returns the value of attribute inventory.



59556
59557
59558
# File 'lib/activenetsuite/soap/default.rb', line 59556

def inventory
  @inventory
end

Instance Method Details

#__xmlattrObject



59558
59559
59560
# File 'lib/activenetsuite/soap/default.rb', line 59558

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



59562
59563
59564
# File 'lib/activenetsuite/soap/default.rb', line 59562

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



59566
59567
59568
# File 'lib/activenetsuite/soap/default.rb', line 59566

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