Class: ActiveNetsuite::CustomerCategorySearchBasic

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

externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil) ⇒ CustomerCategorySearchBasic

Returns a new instance of CustomerCategorySearchBasic.



29730
29731
29732
29733
29734
29735
29736
29737
# File 'lib/activenetsuite/soap/default.rb', line 29730

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

Instance Attribute Details

#externalIdObject

Returns the value of attribute externalId.



29723
29724
29725
# File 'lib/activenetsuite/soap/default.rb', line 29723

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29724
29725
29726
# File 'lib/activenetsuite/soap/default.rb', line 29724

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



29725
29726
29727
# File 'lib/activenetsuite/soap/default.rb', line 29725

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29726
29727
29728
# File 'lib/activenetsuite/soap/default.rb', line 29726

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29727
29728
29729
# File 'lib/activenetsuite/soap/default.rb', line 29727

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29728
29729
29730
# File 'lib/activenetsuite/soap/default.rb', line 29728

def name
  @name
end