Class: HammerCLIKatello::ContentView::CreateCommand
- Inherits:
-
HammerCLIKatello::CreateCommand
- Object
- HammerCLIForeman::CreateCommand
- HammerCLIKatello::CreateCommand
- HammerCLIKatello::ContentView::CreateCommand
- Defined in:
- lib/hammer_cli_katello/content_view.rb
Overview
rubocop:enable Layout/LineLength
Instance Method Summary collapse
Methods included from ResolverCommons
Instance Method Details
#request_params ⇒ Object
149 150 151 152 153 154 |
# File 'lib/hammer_cli_katello/content_view.rb', line 149 def request_params super.tap do |opts| opts['composite'] = option_composite? || false opts['import_only'] = option_import_only? || false end end |