Class: Notesgrip::NotesAgent

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

Overview

NotesAgent 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 —–



357
358
359
# File 'lib/notesgrip/NotesDatabase.rb', line 357

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