Class: ActiveNetsuite::InventoryTransferInventoryList

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

inventory - ActiveNetsuite::InventoryTransferInventory
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 = []) ⇒ InventoryTransferInventoryList

Returns a new instance of InventoryTransferInventoryList.



59510
59511
59512
59513
# File 'lib/activenetsuite/soap/default.rb', line 59510

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

Instance Attribute Details

#inventoryObject

Returns the value of attribute inventory.



59496
59497
59498
# File 'lib/activenetsuite/soap/default.rb', line 59496

def inventory
  @inventory
end

Instance Method Details

#__xmlattrObject



59498
59499
59500
# File 'lib/activenetsuite/soap/default.rb', line 59498

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



59502
59503
59504
# File 'lib/activenetsuite/soap/default.rb', line 59502

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



59506
59507
59508
# File 'lib/activenetsuite/soap/default.rb', line 59506

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