Class: ActiveNetsuite::NoteSearchRowBasic

Inherits:
SearchRowBasic 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.comNoteSearchRowBasic

author - ActiveNetsuite::SearchColumnSelectField
direction - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnSelectField
internalId - ActiveNetsuite::SearchColumnSelectField
note - ActiveNetsuite::SearchColumnStringField
noteDate - ActiveNetsuite::SearchColumnDateField
noteType - ActiveNetsuite::SearchColumnStringField
title - ActiveNetsuite::SearchColumnStringField

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(author = [], direction = [], externalId = [], internalId = [], note = [], noteDate = [], noteType = [], title = []) ⇒ NoteSearchRowBasic



38212
38213
38214
38215
38216
38217
38218
38219
38220
38221
# File 'lib/activenetsuite/soap/default.rb', line 38212

def initialize(author = [], direction = [], externalId = [], internalId = [], note = [], noteDate = [], noteType = [], title = [])
  @author = author
  @direction = direction
  @externalId = externalId
  @internalId = internalId
  @note = note
  @noteDate = noteDate
  @noteType = noteType
  @title = title
end

Instance Attribute Details

#authorObject

Returns the value of attribute author.



38203
38204
38205
# File 'lib/activenetsuite/soap/default.rb', line 38203

def author
  @author
end

#directionObject

Returns the value of attribute direction.



38204
38205
38206
# File 'lib/activenetsuite/soap/default.rb', line 38204

def direction
  @direction
end

#externalIdObject

Returns the value of attribute externalId.



38205
38206
38207
# File 'lib/activenetsuite/soap/default.rb', line 38205

def externalId
  @externalId
end

#internalIdObject

Returns the value of attribute internalId.



38206
38207
38208
# File 'lib/activenetsuite/soap/default.rb', line 38206

def internalId
  @internalId
end

#noteObject

Returns the value of attribute note.



38207
38208
38209
# File 'lib/activenetsuite/soap/default.rb', line 38207

def note
  @note
end

#noteDateObject

Returns the value of attribute noteDate.



38208
38209
38210
# File 'lib/activenetsuite/soap/default.rb', line 38208

def noteDate
  @noteDate
end

#noteTypeObject

Returns the value of attribute noteType.



38209
38210
38211
# File 'lib/activenetsuite/soap/default.rb', line 38209

def noteType
  @noteType
end

#titleObject

Returns the value of attribute title.



38210
38211
38212
# File 'lib/activenetsuite/soap/default.rb', line 38210

def title
  @title
end