Class: RuVim::Dispatcher::ExCall
- Inherits:
-
Struct
- Object
- Struct
- RuVim::Dispatcher::ExCall
- Defined in:
- lib/ruvim/dispatcher.rb
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#bang ⇒ Object
Returns the value of attribute bang.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv
7 8 9 |
# File 'lib/ruvim/dispatcher.rb', line 7 def argv @argv end |
#bang ⇒ Object
Returns the value of attribute bang
7 8 9 |
# File 'lib/ruvim/dispatcher.rb', line 7 def bang @bang end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/ruvim/dispatcher.rb', line 7 def name @name end |