Class: INotify::Mask

Inherits:
Struct
  • Object
show all
Defined in:
lib/vim_mate/plugins/inotify/lib/INotify.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



86
87
88
# File 'lib/vim_mate/plugins/inotify/lib/INotify.rb', line 86

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



86
87
88
# File 'lib/vim_mate/plugins/inotify/lib/INotify.rb', line 86

def value
  @value
end