Class: RuVim::ExCommandRegistry::ExCommandSpec
- Inherits:
-
Struct
- Object
- Struct
- RuVim::ExCommandRegistry::ExCommandSpec
- Defined in:
- lib/ruvim/ex_command_registry.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#bang ⇒ Object
Returns the value of attribute bang.
-
#call ⇒ Object
Returns the value of attribute call.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nargs ⇒ Object
Returns the value of attribute nargs.
-
#raw_args ⇒ Object
Returns the value of attribute raw_args.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def aliases @aliases end |
#bang ⇒ Object
Returns the value of attribute bang
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def bang @bang end |
#call ⇒ Object
Returns the value of attribute call
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def call @call end |
#desc ⇒ Object
Returns the value of attribute desc
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def name @name end |
#nargs ⇒ Object
Returns the value of attribute nargs
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def nargs @nargs end |
#raw_args ⇒ Object
Returns the value of attribute raw_args
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def raw_args @raw_args end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/ruvim/ex_command_registry.rb', line 5 def source @source end |