Class: ActiveNetsuite::NoteSearchBasic

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

author - ActiveNetsuite::SearchMultiSelectField
direction - ActiveNetsuite::SearchBooleanField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
note - ActiveNetsuite::SearchStringField
noteDate - ActiveNetsuite::SearchDateField
noteType - ActiveNetsuite::SearchMultiSelectField
title - 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(author = nil, direction = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, note = nil, noteDate = nil, noteType = nil, title = nil) ⇒ NoteSearchBasic

Returns a new instance of NoteSearchBasic.



25654
25655
25656
25657
25658
25659
25660
25661
25662
25663
25664
25665
# File 'lib/activenetsuite/soap/default.rb', line 25654

def initialize(author = nil, direction = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, note = nil, noteDate = nil, noteType = nil, title = nil)
  @author = author
  @direction = direction
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @note = note
  @noteDate = noteDate
  @noteType = noteType
  @title = title
end

Instance Attribute Details

#authorObject

Returns the value of attribute author.



25643
25644
25645
# File 'lib/activenetsuite/soap/default.rb', line 25643

def author
  @author
end

#directionObject

Returns the value of attribute direction.



25644
25645
25646
# File 'lib/activenetsuite/soap/default.rb', line 25644

def direction
  @direction
end

#externalIdObject

Returns the value of attribute externalId.



25645
25646
25647
# File 'lib/activenetsuite/soap/default.rb', line 25645

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



25646
25647
25648
# File 'lib/activenetsuite/soap/default.rb', line 25646

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



25647
25648
25649
# File 'lib/activenetsuite/soap/default.rb', line 25647

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



25648
25649
25650
# File 'lib/activenetsuite/soap/default.rb', line 25648

def internalIdNumber
  @internalIdNumber
end

#noteObject

Returns the value of attribute note.



25649
25650
25651
# File 'lib/activenetsuite/soap/default.rb', line 25649

def note
  @note
end

#noteDateObject

Returns the value of attribute noteDate.



25650
25651
25652
# File 'lib/activenetsuite/soap/default.rb', line 25650

def noteDate
  @noteDate
end

#noteTypeObject

Returns the value of attribute noteType.



25651
25652
25653
# File 'lib/activenetsuite/soap/default.rb', line 25651

def noteType
  @noteType
end

#titleObject

Returns the value of attribute title.



25652
25653
25654
# File 'lib/activenetsuite/soap/default.rb', line 25652

def title
  @title
end