Class: HammerCLIKatello::RepositorySetCommand::AvailableRepositoriesCommand
- Inherits:
-
ListCommand
- Object
- HammerCLIForeman::ListCommand
- ListCommand
- HammerCLIKatello::RepositorySetCommand::AvailableRepositoriesCommand
- Defined in:
- lib/hammer_cli_katello/repository_set.rb
Class Method Summary collapse
-
.custom_option_builders ⇒ Object
We need to define
custom_option_buildersandrequest_paramsto be able to resolve the –name to –id for repository set.
Instance Method Summary collapse
Methods included from HammerCLIKatello::ResolverCommons
Class Method Details
.custom_option_builders ⇒ Object
We need to define custom_option_builders and request_params to be able to resolve the –name to –id for repository set
53 54 55 |
# File 'lib/hammer_cli_katello/repository_set.rb', line 53 def self.custom_option_builders super + [HammerCLIForeman::SearchablesOptionBuilder.new(resource, searchables)] end |
Instance Method Details
#request_params ⇒ Object
57 58 59 |
# File 'lib/hammer_cli_katello/repository_set.rb', line 57 def request_params super.update('id' => get_identifier) end |