Class: HammerCLIKatello::ContentViewPuppetModule::CreateCommand
- Inherits:
-
HammerCLIKatello::CreateCommand
- Object
- HammerCLIForeman::CreateCommand
- HammerCLIKatello::CreateCommand
- HammerCLIKatello::ContentViewPuppetModule::CreateCommand
- Defined in:
- lib/hammer_cli_katello/content_view_puppet_module.rb
Instance Method Summary collapse
Methods included from ResolverCommons
Instance Method Details
#request_params ⇒ Object
34 35 36 |
# File 'lib/hammer_cli_katello/content_view_puppet_module.rb', line 34 def request_params super.tap { |params| params['uuid'] = params.delete('id') if params['id'] } end |