Class: ActiveNetsuite::TopicSearchBasic

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

description - ActiveNetsuite::SearchStringField
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(description = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil) ⇒ TopicSearchBasic

Returns a new instance of TopicSearchBasic.



28347
28348
28349
28350
28351
28352
28353
28354
28355
# File 'lib/activenetsuite/soap/default.rb', line 28347

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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



28339
28340
28341
# File 'lib/activenetsuite/soap/default.rb', line 28339

def description
  @description
end

#externalIdObject

Returns the value of attribute externalId.



28340
28341
28342
# File 'lib/activenetsuite/soap/default.rb', line 28340

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



28341
28342
28343
# File 'lib/activenetsuite/soap/default.rb', line 28341

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



28342
28343
28344
# File 'lib/activenetsuite/soap/default.rb', line 28342

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



28343
28344
28345
# File 'lib/activenetsuite/soap/default.rb', line 28343

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



28344
28345
28346
# File 'lib/activenetsuite/soap/default.rb', line 28344

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



28345
28346
28347
# File 'lib/activenetsuite/soap/default.rb', line 28345

def name
  @name
end