Class: ActiveNetsuite::InventoryAssignmentList

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comInventoryAssignmentList

inventoryAssignment - ActiveNetsuite::InventoryAssignment
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inventoryAssignment = []) ⇒ InventoryAssignmentList

Returns a new instance of InventoryAssignmentList.



49949
49950
49951
49952
# File 'lib/activenetsuite/soap/default.rb', line 49949

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

Instance Attribute Details

#inventoryAssignmentObject

Returns the value of attribute inventoryAssignment.



49935
49936
49937
# File 'lib/activenetsuite/soap/default.rb', line 49935

def inventoryAssignment
  @inventoryAssignment
end

Instance Method Details

#__xmlattrObject



49937
49938
49939
# File 'lib/activenetsuite/soap/default.rb', line 49937

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



49941
49942
49943
# File 'lib/activenetsuite/soap/default.rb', line 49941

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



49945
49946
49947
# File 'lib/activenetsuite/soap/default.rb', line 49945

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