Class: Notesgrip::NotesViewColumn

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

Overview

NotesViewColumn Class ================

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

#inspectObject

—— Additional Methods —–



202
203
204
# File 'lib/notesgrip/NotesView.rb', line 202

def inspect
  "<#{self.class}, Title:#{self.Title.inspect}>"
end

#to_sObject



206
207
208
# File 'lib/notesgrip/NotesView.rb', line 206

def to_s
  @raw_object.Title
end