class ActiveNetsuite::AssemblyComponentList

{urn:inventory_2013_2.transactions.webservices.netsuite.com}AssemblyComponentList

component - ActiveNetsuite::AssemblyComponent
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

component[RW]

Public Class Methods

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

Public Instance Methods

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