Class: Rvim::Autocommands::Entry
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Autocommands::Entry
- Defined in:
- lib/rvim/autocommands.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#command ⇒ Object
Returns the value of attribute command.
-
#event ⇒ Object
Returns the value of attribute event.
-
#group ⇒ Object
Returns the value of attribute group.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
5 6 7 |
# File 'lib/rvim/autocommands.rb', line 5 def callback @callback end |
#command ⇒ Object
Returns the value of attribute command
5 6 7 |
# File 'lib/rvim/autocommands.rb', line 5 def command @command end |
#event ⇒ Object
Returns the value of attribute event
5 6 7 |
# File 'lib/rvim/autocommands.rb', line 5 def event @event end |
#group ⇒ Object
Returns the value of attribute group
5 6 7 |
# File 'lib/rvim/autocommands.rb', line 5 def group @group end |
#pattern ⇒ Object
Returns the value of attribute pattern
5 6 7 |
# File 'lib/rvim/autocommands.rb', line 5 def pattern @pattern end |