Class: HammerCLIKatello::SimpleContentAccess::DisableCommand
- Inherits:
-
HammerCLIKatello::SingleResourceCommand
- Object
- HammerCLIForeman::SingleResourceCommand
- HammerCLIKatello::SingleResourceCommand
- HammerCLIKatello::SimpleContentAccess::DisableCommand
- Includes:
- HammerCLIForemanTasks::Async, EligibleCheck
- Defined in:
- lib/hammer_cli_katello/simple_content_access.rb
Instance Method Summary collapse
Methods included from EligibleCheck
Methods included from ApipieHelper
#call, #destroy, #index, #show, #update
Methods included from ResolverCommons
Instance Method Details
#execute ⇒ Object
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 |