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



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

def callback
  @callback
end

#commandObject

Returns the value of attribute command



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

def command
  @command
end

#eventObject

Returns the value of attribute event



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

def event
  @event
end

#groupObject

Returns the value of attribute group



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

def group
  @group
end

#patternObject

Returns the value of attribute pattern



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

def pattern
  @pattern
end