Class: Rvim::Autocommands::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rvim/autocommands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



5
6
7
# File 'lib/rvim/autocommands.rb', line 5

def callback
  @callback
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



5
6
7
# File 'lib/rvim/autocommands.rb', line 5

def command
  @command
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'lib/rvim/autocommands.rb', line 5

def event
  @event
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



5
6
7
# File 'lib/rvim/autocommands.rb', line 5

def group
  @group
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



5
6
7
# File 'lib/rvim/autocommands.rb', line 5

def pattern
  @pattern
end