Class: Kotoshu::Cli::Completions::Command
- Inherits:
-
Struct
- Object
- Struct
- Kotoshu::Cli::Completions::Command
- Defined in:
- lib/kotoshu/cli/completions_command.rb
Overview
Describes a single CLI command for completion purposes.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/kotoshu/cli/completions_command.rb', line 13 def description @description end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/kotoshu/cli/completions_command.rb', line 13 def name @name end |