struct FileWatcher::FileData

Defined in:

file_watcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String, updated_at : Time, listener : Proc(Nil)) #

[View source]

Instance Method Detail

def file_path : String #

[View source]
def file_path=(file_path : String) #

[View source]
def listener : Proc(Nil) #

[View source]
def listener=(listener : Proc(Nil)) #

[View source]
def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]