Class: HammerCLIKatello::ContentView::CopyCommand
- Inherits:
-
HammerCLIKatello::CreateCommand
- Object
- HammerCLIForeman::CreateCommand
- HammerCLIKatello::CreateCommand
- HammerCLIKatello::ContentView::CopyCommand
- Includes:
- OrganizationOptions
- Defined in:
- lib/hammer_cli_katello/content_view.rb
Instance Method Summary collapse
Methods included from OrganizationOptions
Methods included from ResolverCommons
Instance Method Details
#request_params ⇒ Object
182 183 184 185 186 |
# File 'lib/hammer_cli_katello/content_view.rb', line 182 def request_params super.tap do |opts| opts['name'] = option_new_name end end |