Class: Kotoshu::Cli::Completions::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/kotoshu/cli/completions_command.rb

Overview

Describes a single CLI command for completion purposes.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/kotoshu/cli/completions_command.rb', line 13

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/kotoshu/cli/completions_command.rb', line 13

def name
  @name
end