class ActiveNetsuite::SearchColumnDoubleField

{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField

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

Attributes

customLabel[RW]
searchValue[RW]

Public Class Methods

new(customLabel = nil, searchValue = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 47487
def initialize(customLabel = nil, searchValue = nil)
  @customLabel = customLabel
  @searchValue = searchValue
end