Class: Fanotify::Mark

Inherits:
Data
  • Object
show all
Defined in:
lib/fanotify/mark.rb

Overview

Immutable description of a fanotify mark operation.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def action
  @action
end

#eventsObject (readonly)

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def events
  @events
end

#followObject (readonly)

Returns the value of attribute follow

Returns:

  • (Object)

    the current value of follow



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def follow
  @follow
end

#onObject (readonly)

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def on
  @on
end

#only_dirObject (readonly)

Returns the value of attribute only_dir

Returns:

  • (Object)

    the current value of only_dir



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def only_dir
  @only_dir
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/fanotify/mark.rb', line 5

def path
  @path
end