struct

Kamil::Watcher::FileEvent

Inherits Struct < Value < Object

Encapsulates a filesystem event with its classification, path, and timestamp.

Constructors

new(type : FileEventType, path : Path, relative_path : String, timestamp : Time = Time.utc)

Initializes a FileEvent structure.

Source

Instance methods

path
Source
relative_path
Source
timestamp
Source
type
Source