Class: INotify::Mask
- Inherits:
-
Struct
- Object
- Struct
- INotify::Mask
- Defined in:
- lib/vim_mate/plugins/inotify/lib/INotify.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
86 87 88 |
# File 'lib/vim_mate/plugins/inotify/lib/INotify.rb', line 86 def name @name end |
#value ⇒ Object
Returns the value of attribute value
86 87 88 |
# File 'lib/vim_mate/plugins/inotify/lib/INotify.rb', line 86 def value @value end |