class ActiveNetsuite::CustomListCustomValueList
{urn:customization_2013_2.setup.webservices.netsuite.com}CustomListCustomValueList
customValue - ActiveNetsuite::CustomListCustomValue xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
customValue[RW]
Public Class Methods
new(customValue = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60118 def initialize(customValue = []) @customValue = customValue @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60106 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60110 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60114 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end