Class: ActiveNetsuite::ContactCategorySearchBasic

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

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

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, private = nil, sync = nil) ⇒ ContactCategorySearchBasic

Returns a new instance of ContactCategorySearchBasic.



29675
29676
29677
29678
29679
29680
29681
29682
29683
29684
# File 'lib/activenetsuite/soap/default.rb', line 29675

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

Instance Attribute Details

#externalIdObject

Returns the value of attribute externalId.



29666
29667
29668
# File 'lib/activenetsuite/soap/default.rb', line 29666

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29667
29668
29669
# File 'lib/activenetsuite/soap/default.rb', line 29667

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



29668
29669
29670
# File 'lib/activenetsuite/soap/default.rb', line 29668

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29669
29670
29671
# File 'lib/activenetsuite/soap/default.rb', line 29669

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29670
29671
29672
# File 'lib/activenetsuite/soap/default.rb', line 29670

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29671
29672
29673
# File 'lib/activenetsuite/soap/default.rb', line 29671

def name
  @name
end

#privateObject

Returns the value of attribute private.



29672
29673
29674
# File 'lib/activenetsuite/soap/default.rb', line 29672

def private
  @private
end

#syncObject

Returns the value of attribute sync.



29673
29674
29675
# File 'lib/activenetsuite/soap/default.rb', line 29673

def sync
  @sync
end