Class: ActiveNetsuite::SerializedInventoryItemLocationsList

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

locations - ActiveNetsuite::SerializedInventoryItemLocations
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 = []) ⇒ SerializedInventoryItemLocationsList

Returns a new instance of SerializedInventoryItemLocationsList.



52869
52870
52871
52872
# File 'lib/activenetsuite/soap/default.rb', line 52869

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

Instance Attribute Details

#locationsObject

Returns the value of attribute locations.



52855
52856
52857
# File 'lib/activenetsuite/soap/default.rb', line 52855

def locations
  @locations
end

Instance Method Details

#__xmlattrObject



52857
52858
52859
# File 'lib/activenetsuite/soap/default.rb', line 52857

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



52861
52862
52863
# File 'lib/activenetsuite/soap/default.rb', line 52861

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



52865
52866
52867
# File 'lib/activenetsuite/soap/default.rb', line 52865

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