Class: HammerCLIKatello::ContentView::CopyCommand

Inherits:
HammerCLIKatello::CreateCommand show all
Includes:
OrganizationOptions
Defined in:
lib/hammer_cli_katello/content_view.rb

Instance Method Summary collapse

Methods included from OrganizationOptions

included, #org_options

Methods included from ResolverCommons

included

Instance Method Details

#request_paramsObject



135
136
137
138
139
# File 'lib/hammer_cli_katello/content_view.rb', line 135

def request_params
  super.tap do |opts|
    opts['name'] = option_new_name
  end
end