class ActiveNetsuite::NoteSearchRowBasic

{urn:common_2013_2.platform.webservices.netsuite.com}NoteSearchRowBasic

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

Attributes

author[RW]
direction[RW]
externalId[RW]
internalId[RW]
note[RW]
noteDate[RW]
noteType[RW]
title[RW]

Public Class Methods

new(author = [], direction = [], externalId = [], internalId = [], note = [], noteDate = [], noteType = [], title = []) click to toggle source
# 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