Class: HammerCLIKatello::RepositorySetCommand::AvailableRepositoriesCommand

Inherits:
ListCommand
  • Object
show all
Defined in:
lib/hammer_cli_katello/repository_set.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from HammerCLIKatello::ResolverCommons

included

Class Method Details

.custom_option_buildersObject

We need to define custom_option_builders and request_params to be able to resolve the –name to –id for repository set



51
52
53
# File 'lib/hammer_cli_katello/repository_set.rb', line 51

def self.custom_option_builders
  super + [HammerCLIForeman::SearchablesOptionBuilder.new(resource, searchables)]
end

Instance Method Details

#request_paramsObject



55
56
57
# File 'lib/hammer_cli_katello/repository_set.rb', line 55

def request_params
  super.update('id' => get_identifier)
end