class ActiveNetsuite::UnitsTypeUomList
{urn:accounting_2013_2.lists.webservices.netsuite.com}UnitsTypeUomList
uom - ActiveNetsuite::UnitsTypeUom xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
uom[RW]
Public Class Methods
new(uom = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52641 def initialize(uom = []) @uom = uom @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52629 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52633 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52637 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end