Sha256: fa3632e7c45dc2efec94a3084fa730a2fbdc5245c0d9b6db34a89c40200e472d
Contents?: true
Size: 607 Bytes
Versions: 117
Compression:
Stored size: 607 Bytes
Contents
module Actions module Katello module Organization module SimpleContentAccess class Disable < Toggle def content_access_mode_value SIMPLE_CONTENT_ACCESS_DISABLED_VALUE end def humanized_name N_("Disable Simple Content Access") end def task_success_notification ::Katello::UINotifications::Subscriptions::SCADisableSuccess end def task_error_notification ::Katello::UINotifications::Subscriptions::SCADisableError end end end end end end
Version data entries
117 entries across 117 versions & 1 rubygems