Class: Rvim::Keymap::Mapping
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Keymap::Mapping
- Defined in:
- lib/rvim/keymap.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#lhs ⇒ Object
Returns the value of attribute lhs.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#rhs ⇒ Object
Returns the value of attribute rhs.
-
#silent ⇒ Object
Returns the value of attribute silent.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
5 6 7 |
# File 'lib/rvim/keymap.rb', line 5 def callback @callback end |
#lhs ⇒ Object
Returns the value of attribute lhs
5 6 7 |
# File 'lib/rvim/keymap.rb', line 5 def lhs @lhs end |
#recursive ⇒ Object
Returns the value of attribute recursive
5 6 7 |
# File 'lib/rvim/keymap.rb', line 5 def recursive @recursive end |
#rhs ⇒ Object
Returns the value of attribute rhs
5 6 7 |
# File 'lib/rvim/keymap.rb', line 5 def rhs @rhs end |
#silent ⇒ Object
Returns the value of attribute silent
5 6 7 |
# File 'lib/rvim/keymap.rb', line 5 def silent @silent end |