Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
file_watcher
0.1.0
FileWatcher
Event
EventType
Snapshot
Watcher
Generated using Crystal 1.14.0
2024-11-26 09:40:27 UTC
struct
FileWatcher::
Event
FileWatcher::Event
Struct
Value
Object
Defined in:
file_watcher/event.cr
Constructors
.new
(path : String, type : EventType)
Instance Method Summary
#clone
#copy_with
(path _path = @path, type _type = @type)
#path
: String
#type
: EventType
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
#