Class: Dry::CLI::Completion::Command
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Dry::CLI::Completion::Command
- Defined in:
- lib/dry/cli/completion/command.rb
Class Attribute Summary collapse
-
.registry ⇒ Object
readonly
Returns the value of attribute registry.
Class Method Summary collapse
Instance Method Summary collapse
Class Attribute Details
.registry ⇒ Object (readonly)
Returns the value of attribute registry.
37 38 39 |
# File 'lib/dry/cli/completion/command.rb', line 37 def registry @registry end |
Class Method Details
.[](registry) ⇒ Object
31 32 33 34 |
# File 'lib/dry/cli/completion/command.rb', line 31 def self.[](registry) @registry = registry self end |