class ActiveNetsuite::SearchColumnEnumMultiSelectCustomField
{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumMultiSelectCustomField
customLabel - SOAP::SOAPString searchValue - SOAP::SOAPString xmlattr_internalId - SOAP::SOAPString xmlattr_scriptId - SOAP::SOAPString
Constants
- AttrInternalId
- AttrScriptId
Attributes
customLabel[RW]
searchValue[RW]
Public Class Methods
new(customLabel = nil, searchValue = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47796 def initialize(customLabel = nil, searchValue = []) @customLabel = customLabel @searchValue = searchValue @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47776 def __xmlattr @__xmlattr ||= {} end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47780 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47784 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end
xmlattr_scriptId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47788 def xmlattr_scriptId __xmlattr[AttrScriptId] end
xmlattr_scriptId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47792 def xmlattr_scriptId=(value) __xmlattr[AttrScriptId] = value end