Class: HammerCLIKatello::Repository::RemoveContentCommand

Inherits:
SingleResourceCommand
  • Object
show all
Includes:
HammerCLIKatello::RepositoryScopedToProduct
Defined in:
lib/hammer_cli_katello/repository.rb

Instance Method Summary collapse

Methods included from HammerCLIKatello::RepositoryScopedToProduct

included

Methods included from HammerCLIKatello::ResolverCommons

included

Instance Method Details

#request_paramsObject



268
269
270
271
272
# File 'lib/hammer_cli_katello/repository.rb', line 268

def request_params
  super.tap do |opts|
    opts[:uuids] = option_content_ids
  end
end