Class: Win32::ChangeNotify::ChangeNotifyStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/win32/changenotify.rb

Overview

Yielded by the ChangeNotify#wait method

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



42
43
44
# File 'lib/win32/changenotify.rb', line 42

def action
  @action
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



42
43
44
# File 'lib/win32/changenotify.rb', line 42

def file_name
  @file_name
end