Inotify::Event
Represents an inotify_event structure.
Constructors
Instance methods
name
Name of the file or directory that triggered the event. Always nil if #wd is associated with a file.
Name of the file or directory that triggered the event. Always nil if #wd is associated with a file.
path
Watched path this event occurred against, may be nil if we don't have the associated WatchInfo.
Watched path this event occurred against, may be nil if we don't have the associated WatchInfo.
type_is?(bits)
Returns whether the bits are set in #mask. Can be used with constants in LibInotify.
Useful when #type is UNKNOWN.