Class: Fanotify::Mark
- Inherits:
-
Data
- Object
- Data
- Fanotify::Mark
- Defined in:
- lib/fanotify/mark.rb
Overview
Immutable description of a fanotify mark operation.
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#follow ⇒ Object
readonly
Returns the value of attribute follow.
-
#on ⇒ Object
readonly
Returns the value of attribute on.
-
#only_dir ⇒ Object
readonly
Returns the value of attribute only_dir.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def action @action end |
#events ⇒ Object (readonly)
Returns the value of attribute events
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def events @events end |
#follow ⇒ Object (readonly)
Returns the value of attribute follow
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def follow @follow end |
#on ⇒ Object (readonly)
Returns the value of attribute on
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def on @on end |
#only_dir ⇒ Object (readonly)
Returns the value of attribute only_dir
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def only_dir @only_dir end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/fanotify/mark.rb', line 5 def path @path end |