Class Inotify::Event
In: lib/inotify/inotify_native.rb
Parent: Object

The Inotify::Event class is used by Inotify when calling Inotify each_event method

Methods

cookie   mask   name   wd  

Public Instance methods

Returns the cookie associated with the event. If multiple events are triggered from the same action (such as renaming a file or directory), this value will be the same.

Returns the mask describing the event

Returns the file name associated with the event, if applicable

Returns the watch descriptor (wd) associated with the event

[Validate]