Class: ActiveNetsuite::SearchColumnCustomField

Inherits:
Object
  • Object
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.comSearchColumnCustomField abstract

customLabel - 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) ⇒ SearchColumnCustomField

Returns a new instance of SearchColumnCustomField.



47563
47564
47565
47566
# File 'lib/activenetsuite/soap/default.rb', line 47563

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

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47541
47542
47543
# File 'lib/activenetsuite/soap/default.rb', line 47541

def customLabel
  @customLabel
end

Instance Method Details

#__xmlattrObject



47543
47544
47545
# File 'lib/activenetsuite/soap/default.rb', line 47543

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47547
47548
47549
# File 'lib/activenetsuite/soap/default.rb', line 47547

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47551
47552
47553
# File 'lib/activenetsuite/soap/default.rb', line 47551

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

#xmlattr_scriptIdObject



47555
47556
47557
# File 'lib/activenetsuite/soap/default.rb', line 47555

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47559
47560
47561
# File 'lib/activenetsuite/soap/default.rb', line 47559

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