Class: ActiveNetsuite::CustomerStatusSearchBasic

Inherits:
SearchRecordBasic show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comCustomerStatusSearchBasic

description - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
includeInLeadReports - ActiveNetsuite::SearchBooleanField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
probability - ActiveNetsuite::SearchDoubleField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(description = nil, externalId = nil, externalIdString = nil, includeInLeadReports = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, probability = nil) ⇒ CustomerStatusSearchBasic



29761
29762
29763
29764
29765
29766
29767
29768
29769
29770
29771
# File 'lib/activenetsuite/soap/default.rb', line 29761

def initialize(description = nil, externalId = nil, externalIdString = nil, includeInLeadReports = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, probability = nil)
  @description = description
  @externalId = externalId
  @externalIdString = externalIdString
  @includeInLeadReports = includeInLeadReports
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @name = name
  @probability = probability
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



29751
29752
29753
# File 'lib/activenetsuite/soap/default.rb', line 29751

def description
  @description
end

#externalIdObject

Returns the value of attribute externalId.



29752
29753
29754
# File 'lib/activenetsuite/soap/default.rb', line 29752

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29753
29754
29755
# File 'lib/activenetsuite/soap/default.rb', line 29753

def externalIdString
  @externalIdString
end

#includeInLeadReportsObject

Returns the value of attribute includeInLeadReports.



29754
29755
29756
# File 'lib/activenetsuite/soap/default.rb', line 29754

def includeInLeadReports
  @includeInLeadReports
end

#internalIdObject

Returns the value of attribute internalId.



29755
29756
29757
# File 'lib/activenetsuite/soap/default.rb', line 29755

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29756
29757
29758
# File 'lib/activenetsuite/soap/default.rb', line 29756

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29757
29758
29759
# File 'lib/activenetsuite/soap/default.rb', line 29757

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29758
29759
29760
# File 'lib/activenetsuite/soap/default.rb', line 29758

def name
  @name
end

#probabilityObject

Returns the value of attribute probability.



29759
29760
29761
# File 'lib/activenetsuite/soap/default.rb', line 29759

def probability
  @probability
end