Class: Notesgrip::NotesViewColumn
- Inherits:
-
GripWrapper
- Object
- GripWrapper
- Notesgrip::NotesViewColumn
- Defined in:
- lib/notesgrip/NotesView.rb
Overview
NotesViewColumn Class ================
Instance Method Summary collapse
-
#inspect ⇒ Object
—— Additional Methods —–.
- #to_s ⇒ Object
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
#inspect ⇒ Object
—— Additional Methods —–
202 203 204 |
# File 'lib/notesgrip/NotesView.rb', line 202 def inspect "<#{self.class}, Title:#{self.Title.inspect}>" end |
#to_s ⇒ Object
206 207 208 |
# File 'lib/notesgrip/NotesView.rb', line 206 def to_s @raw_object.Title end |