Class: Win32::DirMonitor::DirMonitorStruct
- Inherits:
-
Struct
- Object
- Struct
- Win32::DirMonitor::DirMonitorStruct
- Defined in:
- lib/win32/dirmonitor.rb
Overview
The struct yielded to the wait method
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#changes ⇒ Object
Returns the value of attribute changes.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
13 14 15 |
# File 'lib/win32/dirmonitor.rb', line 13 def action @action end |
#changes ⇒ Object
Returns the value of attribute changes
13 14 15 |
# File 'lib/win32/dirmonitor.rb', line 13 def changes @changes end |
#file ⇒ Object
Returns the value of attribute file
13 14 15 |
# File 'lib/win32/dirmonitor.rb', line 13 def file @file end |