Class: ActiveNetsuite::NoteTypeSearchBasic

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

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) ⇒ NoteTypeSearchBasic

Returns a new instance of NoteTypeSearchBasic.



29884
29885
29886
29887
29888
29889
29890
29891
29892
# File 'lib/activenetsuite/soap/default.rb', line 29884

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.



29876
29877
29878
# File 'lib/activenetsuite/soap/default.rb', line 29876

def description
  @description
end

#externalIdObject

Returns the value of attribute externalId.



29877
29878
29879
# File 'lib/activenetsuite/soap/default.rb', line 29877

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29878
29879
29880
# File 'lib/activenetsuite/soap/default.rb', line 29878

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



29879
29880
29881
# File 'lib/activenetsuite/soap/default.rb', line 29879

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29880
29881
29882
# File 'lib/activenetsuite/soap/default.rb', line 29880

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29881
29882
29883
# File 'lib/activenetsuite/soap/default.rb', line 29881

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29882
29883
29884
# File 'lib/activenetsuite/soap/default.rb', line 29882

def name
  @name
end