Class: ActiveNetsuite::SearchColumnTextNumberField

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SearchColumnTextNumberField.



47474
47475
47476
47477
# File 'lib/activenetsuite/soap/default.rb', line 47474

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

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47471
47472
47473
# File 'lib/activenetsuite/soap/default.rb', line 47471

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47472
47473
47474
# File 'lib/activenetsuite/soap/default.rb', line 47472

def searchValue
  @searchValue
end