Class: RuVim::CommandRegistry::CommandSpec
- Inherits:
-
Struct
- Object
- Struct
- RuVim::CommandRegistry::CommandSpec
- Defined in:
- lib/ruvim/command_registry.rb
Instance Attribute Summary collapse
-
#call ⇒ Object
Returns the value of attribute call.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#call ⇒ Object
Returns the value of attribute call
5 6 7 |
# File 'lib/ruvim/command_registry.rb', line 5 def call @call end |
#desc ⇒ Object
Returns the value of attribute desc
5 6 7 |
# File 'lib/ruvim/command_registry.rb', line 5 def desc @desc end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/ruvim/command_registry.rb', line 5 def id @id end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/ruvim/command_registry.rb', line 5 def source @source end |