Class: RuVim::KeymapManager::BindingEntry
- Inherits:
-
Struct
- Object
- Struct
- RuVim::KeymapManager::BindingEntry
- Defined in:
- lib/ruvim/keymap_manager.rb
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#bang ⇒ Object
Returns the value of attribute bang.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kwargs ⇒ Object
Returns the value of attribute kwargs.
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def argv @argv end |
#bang ⇒ Object
Returns the value of attribute bang
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def bang @bang end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def id @id end |
#kwargs ⇒ Object
Returns the value of attribute kwargs
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def kwargs @kwargs end |
#layer ⇒ Object
Returns the value of attribute layer
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def layer @layer end |
#mode ⇒ Object
Returns the value of attribute mode
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def mode @mode end |
#scope ⇒ Object
Returns the value of attribute scope
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def scope @scope end |
#tokens ⇒ Object
Returns the value of attribute tokens
6 7 8 |
# File 'lib/ruvim/keymap_manager.rb', line 6 def tokens @tokens end |