Class: ActiveNetsuite::SearchColumnSelectCustomField

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.comSearchColumnSelectCustomField

customLabel - SOAP::SOAPString
searchValue - ActiveNetsuite::ListOrRecordRef
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) ⇒ SearchColumnSelectCustomField

Returns a new instance of SearchColumnSelectCustomField.



47835
47836
47837
47838
47839
# File 'lib/activenetsuite/soap/default.rb', line 47835

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

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47812
47813
47814
# File 'lib/activenetsuite/soap/default.rb', line 47812

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47813
47814
47815
# File 'lib/activenetsuite/soap/default.rb', line 47813

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47815
47816
47817
# File 'lib/activenetsuite/soap/default.rb', line 47815

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47819
47820
47821
# File 'lib/activenetsuite/soap/default.rb', line 47819

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47823
47824
47825
# File 'lib/activenetsuite/soap/default.rb', line 47823

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

#xmlattr_scriptIdObject



47827
47828
47829
# File 'lib/activenetsuite/soap/default.rb', line 47827

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47831
47832
47833
# File 'lib/activenetsuite/soap/default.rb', line 47831

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