Class: HammerCLIKatello::SimpleContentAccess::DisableCommand

Inherits:
HammerCLIKatello::SingleResourceCommand show all
Includes:
HammerCLIForemanTasks::Async, EligibleCheck
Defined in:
lib/hammer_cli_katello/simple_content_access.rb

Instance Method Summary collapse

Methods included from EligibleCheck

#request_params

Methods included from ApipieHelper

#call, #destroy, #index, #show, #update

Methods included from ResolverCommons

included

Instance Method Details

#executeObject



51
52
53
54
# File 'lib/hammer_cli_katello/simple_content_access.rb', line 51

def execute
  warn _("Simple Content Access will be required for all organizations in the next release.")
  super
end