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.
35 36 37 |
# File 'lib/dry/cli/completion/command.rb', line 35 def registry @registry end |
Class Method Details
.[](registry) ⇒ Object
29 30 31 32 |
# File 'lib/dry/cli/completion/command.rb', line 29 def self.[](registry) @registry = registry self end |