Class: ActiveNetsuite::UnitsTypeUomList

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

uom - ActiveNetsuite::UnitsTypeUom
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uom = []) ⇒ UnitsTypeUomList

Returns a new instance of UnitsTypeUomList.



52641
52642
52643
52644
# File 'lib/activenetsuite/soap/default.rb', line 52641

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

Instance Attribute Details

#uomObject

Returns the value of attribute uom.



52627
52628
52629
# File 'lib/activenetsuite/soap/default.rb', line 52627

def uom
  @uom
end

Instance Method Details

#__xmlattrObject



52629
52630
52631
# File 'lib/activenetsuite/soap/default.rb', line 52629

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



52633
52634
52635
# File 'lib/activenetsuite/soap/default.rb', line 52633

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



52637
52638
52639
# File 'lib/activenetsuite/soap/default.rb', line 52637

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