Class: Notesgrip::NotesViewEntry
- Inherits:
-
GripWrapper
- Object
- GripWrapper
- Notesgrip::NotesViewEntry
- Defined in:
- lib/notesgrip/NotesView.rb
Overview
NotesViewEntry Class ================
A view entry represents a row in a view.
Instance Method Summary collapse
- #Document ⇒ Object
- #inspect ⇒ Object
- #UniversalID ⇒ Object (also: #UNID)
Methods inherited from GripWrapper
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
#Document ⇒ Object
216 217 218 219 |
# File 'lib/notesgrip/NotesView.rb', line 216 def Document raw_doc = @raw_object.Document NotesDocument.new(raw_doc) end |
#inspect ⇒ Object
226 227 228 229 |
# File 'lib/notesgrip/NotesView.rb', line 226 def inspect colValues = self.ColumnValues[0,3] "<#{self.class}, #{colValues.inspect}>" end |
#UniversalID ⇒ Object Also known as: UNID
221 222 223 |
# File 'lib/notesgrip/NotesView.rb', line 221 def UniversalID @raw_object.UniversalID end |