Class: Win32::ChangeNotify::ChangeNotifyStruct
- Inherits:
-
Struct
- Object
- Struct
- Win32::ChangeNotify::ChangeNotifyStruct
- Defined in:
- lib/win32/changenotify.rb
Overview
Yielded by the ChangeNotify#wait method
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
42 43 44 |
# File 'lib/win32/changenotify.rb', line 42 def action @action end |
#file_name ⇒ Object
Returns the value of attribute file_name
42 43 44 |
# File 'lib/win32/changenotify.rb', line 42 def file_name @file_name end |