Class: ActiveNetsuite::InventoryAdjustmentInventoryList

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

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



58993
58994
58995
58996
# File 'lib/activenetsuite/soap/default.rb', line 58993

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

Instance Attribute Details

#inventoryObject

Returns the value of attribute inventory.



58979
58980
58981
# File 'lib/activenetsuite/soap/default.rb', line 58979

def inventory
  @inventory
end

Instance Method Details

#__xmlattrObject



58981
58982
58983
# File 'lib/activenetsuite/soap/default.rb', line 58981

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



58985
58986
58987
# File 'lib/activenetsuite/soap/default.rb', line 58985

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



58989
58990
58991
# File 'lib/activenetsuite/soap/default.rb', line 58989

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