class ActiveNetsuite::InventoryNumberLocationsList

{urn:accounting_2013_2.lists.webservices.netsuite.com}InventoryNumberLocationsList

locations - ActiveNetsuite::InventoryNumberLocations
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

locations[RW]

Public Class Methods

new(locations = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53262
def initialize(locations = [])
  @locations = locations
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53250
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53254
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 53258
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end