Class: Notesgrip::NotesDateTime

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

Overview

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



261
262
263
# File 'lib/notesgrip/NotesSession.rb', line 261

def inspect
  "<#{self.class}, #{self.LocalTime} #{self.TimeOnly}>"
end