Class: ActiveNetsuite::SearchColumnDoubleCustomField

Inherits:
SearchColumnCustomField show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comSearchColumnDoubleCustomField

customLabel - SOAP::SOAPString
searchValue - SOAP::SOAPDouble
xmlattr_internalId - SOAP::SOAPString
xmlattr_scriptId - SOAP::SOAPString

Constant Summary collapse

AttrInternalId =
XSD::QName.new(nil, "internalId")
AttrScriptId =
XSD::QName.new(nil, "scriptId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customLabel = nil, searchValue = nil) ⇒ SearchColumnDoubleCustomField

Returns a new instance of SearchColumnDoubleCustomField.



47718
47719
47720
47721
47722
# File 'lib/activenetsuite/soap/default.rb', line 47718

def initialize(customLabel = nil, searchValue = nil)
  @customLabel = customLabel
  @searchValue = searchValue
  @__xmlattr = {}
end

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47695
47696
47697
# File 'lib/activenetsuite/soap/default.rb', line 47695

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47696
47697
47698
# File 'lib/activenetsuite/soap/default.rb', line 47696

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47698
47699
47700
# File 'lib/activenetsuite/soap/default.rb', line 47698

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47702
47703
47704
# File 'lib/activenetsuite/soap/default.rb', line 47702

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47706
47707
47708
# File 'lib/activenetsuite/soap/default.rb', line 47706

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end

#xmlattr_scriptIdObject



47710
47711
47712
# File 'lib/activenetsuite/soap/default.rb', line 47710

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47714
47715
47716
# File 'lib/activenetsuite/soap/default.rb', line 47714

def xmlattr_scriptId=(value)
  __xmlattr[AttrScriptId] = value
end