Class: HammerCLIKatello::ContentView::CreateCommand

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

Instance Method Summary collapse

Methods included from ResolverCommons

included

Instance Method Details

#request_paramsObject



105
106
107
108
109
# File 'lib/hammer_cli_katello/content_view.rb', line 105

def request_params
  super.tap do |opts|
    opts['composite'] = option_composite? || false
  end
end