Class: ActiveNetsuite::InventoryItemLocationsList

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

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

Returns a new instance of InventoryItemLocationsList.



52535
52536
52537
52538
# File 'lib/activenetsuite/soap/default.rb', line 52535

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

Instance Attribute Details

#locationsObject

Returns the value of attribute locations.



52521
52522
52523
# File 'lib/activenetsuite/soap/default.rb', line 52521

def locations
  @locations
end

Instance Method Details

#__xmlattrObject



52523
52524
52525
# File 'lib/activenetsuite/soap/default.rb', line 52523

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



52527
52528
52529
# File 'lib/activenetsuite/soap/default.rb', line 52527

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



52531
52532
52533
# File 'lib/activenetsuite/soap/default.rb', line 52531

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