Class: HammerCLIKatello::ContentView::RemoveCommand

Inherits:
SingleResourceCommand
  • Object
show all
Includes:
HammerCLIForemanTasks::Async, OrganizationOptions
Defined in:
lib/hammer_cli_katello/content_view.rb

Instance Method Summary collapse

Methods included from OrganizationOptions

included

Methods included from ResolverCommons

included

Instance Method Details

#request_paramsObject



199
200
201
202
203
204
205
# File 'lib/hammer_cli_katello/content_view.rb', line 199

def request_params
  super.tap do |opts|
    %w(content_view_version_ids environment_ids).each do |key|
      opts[key] = opts[key].split(",") if opts[key]
    end
  end
end