Class: ActiveNetsuite::SearchColumnStringCustomField

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

customLabel - SOAP::SOAPString
searchValue - SOAP::SOAPString
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) ⇒ SearchColumnStringCustomField

Returns a new instance of SearchColumnStringCustomField.



47640
47641
47642
47643
47644
# File 'lib/activenetsuite/soap/default.rb', line 47640

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

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47617
47618
47619
# File 'lib/activenetsuite/soap/default.rb', line 47617

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47618
47619
47620
# File 'lib/activenetsuite/soap/default.rb', line 47618

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47620
47621
47622
# File 'lib/activenetsuite/soap/default.rb', line 47620

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47624
47625
47626
# File 'lib/activenetsuite/soap/default.rb', line 47624

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47628
47629
47630
# File 'lib/activenetsuite/soap/default.rb', line 47628

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

#xmlattr_scriptIdObject



47632
47633
47634
# File 'lib/activenetsuite/soap/default.rb', line 47632

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47636
47637
47638
# File 'lib/activenetsuite/soap/default.rb', line 47636

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