class HammerCLIKatello::SimpleContentAccess::DisableCommand

Public Instance Methods

execute() click to toggle source
Calls superclass method
# 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