struct FileWatcher::Event

Defined in:

file_watcher/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, type : EventType) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(path _path = @path, type _type = @type) #

[View source]
def path : String #

def type : EventType #