struct Topia::AsyncWatcher::FileEvent

Defined in:

topia/async_watcher.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def path : String #

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

[View source]
def timestamp : Time #

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

[View source]
def type : EventType #

[View source]
def type=(type : EventType) #

[View source]