class ActiveNetsuite::SearchLongCustomField

{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongCustomField

searchValue - SOAP::SOAPLong
searchValue2 - SOAP::SOAPLong
xmlattr_internalId - SOAP::SOAPString
xmlattr_scriptId - SOAP::SOAPString
xmlattr_operator - SOAP::SOAPString

Constants

AttrInternalId
AttrOperator
AttrScriptId

Attributes

searchValue[RW]
searchValue2[RW]

Public Class Methods

new(searchValue = nil, searchValue2 = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47213
def initialize(searchValue = nil, searchValue2 = nil)
  @searchValue = searchValue
  @searchValue2 = searchValue2
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47185
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47189
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47193
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end
xmlattr_operator() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47205
def xmlattr_operator
  __xmlattr[AttrOperator]
end
xmlattr_operator=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47209
def xmlattr_operator=(value)
  __xmlattr[AttrOperator] = value
end
xmlattr_scriptId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47197
def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end
xmlattr_scriptId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47201
def xmlattr_scriptId=(value)
  __xmlattr[AttrScriptId] = value
end