Class: ActiveNetsuite::InventoryTransferInventoryList
- Inherits:
-
Object
- Object
- ActiveNetsuite::InventoryTransferInventoryList
- 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
-
#inventory ⇒ Object
Returns the value of attribute inventory.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(inventory = []) ⇒ InventoryTransferInventoryList
constructor
A new instance of InventoryTransferInventoryList.
- #xmlattr_replaceAll ⇒ Object
- #xmlattr_replaceAll=(value) ⇒ Object
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
#inventory ⇒ Object
Returns the value of attribute inventory.
59496 59497 59498 |
# File 'lib/activenetsuite/soap/default.rb', line 59496 def inventory @inventory end |
Instance Method Details
#__xmlattr ⇒ Object
59498 59499 59500 |
# File 'lib/activenetsuite/soap/default.rb', line 59498 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_replaceAll ⇒ Object
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 |