class HammerCLIKatello::ContentView::CreateCommand
Public Instance Methods
Source
# File lib/hammer_cli_katello/content_view.rb, line 150 def request_params super.tap do |opts| opts['composite'] = option_composite? || false opts['rolling'] = option_rolling? || false opts['import_only'] = option_import_only? || false end end
Calls superclass method