Class: ActiveNetsuite::LotNumberedInventoryItemLocationsList

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comLotNumberedInventoryItemLocationsList

locations - ActiveNetsuite::LotNumberedInventoryItemLocations
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(locations = []) ⇒ LotNumberedInventoryItemLocationsList

Returns a new instance of LotNumberedInventoryItemLocationsList.



53052
53053
53054
53055
# File 'lib/activenetsuite/soap/default.rb', line 53052

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

Instance Attribute Details

#locationsObject

Returns the value of attribute locations.



53038
53039
53040
# File 'lib/activenetsuite/soap/default.rb', line 53038

def locations
  @locations
end

Instance Method Details

#__xmlattrObject



53040
53041
53042
# File 'lib/activenetsuite/soap/default.rb', line 53040

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



53044
53045
53046
# File 'lib/activenetsuite/soap/default.rb', line 53044

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



53048
53049
53050
# File 'lib/activenetsuite/soap/default.rb', line 53048

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