Class: Notesgrip::NotesViewEntry

Inherits:
GripWrapper show all
Defined in:
lib/notesgrip/NotesView.rb

Overview

NotesViewEntry Class ================

A view entry represents a row in a view.

Instance Method Summary collapse

Methods inherited from GripWrapper

#initialize, #raw

Constructor Details

This class inherits a constructor from Notesgrip::GripWrapper

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Notesgrip::GripWrapper

Instance Method Details

#DocumentObject



216
217
218
219
# File 'lib/notesgrip/NotesView.rb', line 216

def Document
  raw_doc = @raw_object.Document
  NotesDocument.new(raw_doc)
end

#inspectObject



226
227
228
229
# File 'lib/notesgrip/NotesView.rb', line 226

def inspect
  colValues = self.ColumnValues[0,3]
  "<#{self.class}, #{colValues.inspect}>"
end

#UniversalIDObject Also known as: UNID



221
222
223
# File 'lib/notesgrip/NotesView.rb', line 221

def UniversalID
  @raw_object.UniversalID
end