Class: Rvim::Command::UserCommand
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Command::UserCommand
- Defined in:
- lib/rvim/command.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nargs ⇒ Object
Returns the value of attribute nargs.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
1659 1660 1661 |
# File 'lib/rvim/command.rb', line 1659 def body @body end |
#name ⇒ Object
Returns the value of attribute name
1659 1660 1661 |
# File 'lib/rvim/command.rb', line 1659 def name @name end |
#nargs ⇒ Object
Returns the value of attribute nargs
1659 1660 1661 |
# File 'lib/rvim/command.rb', line 1659 def nargs @nargs end |