Class: ActiveNetsuite::SearchColumnLongField

Inherits:
SearchColumnField 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.comSearchColumnLongField

customLabel - SOAP::SOAPString
searchValue - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



47461
47462
47463
47464
# File 'lib/activenetsuite/soap/default.rb', line 47461

def initialize(customLabel = nil, searchValue = nil)
  @customLabel = customLabel
  @searchValue = searchValue
end

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47458
47459
47460
# File 'lib/activenetsuite/soap/default.rb', line 47458

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47459
47460
47461
# File 'lib/activenetsuite/soap/default.rb', line 47459

def searchValue
  @searchValue
end