Sha256: ddf5f1e5d608682ec7905067100f1ccd72fedac986d9dd5ceeca5f31c4c17262
Contents?: true
Size: 296 Bytes
Versions: 117
Compression:
Stored size: 296 Bytes
Contents
module Katello module UINotifications module Subscriptions class SCAEnableSuccess < UINotifications::AbstractNotification private def blueprint @blueprint ||= NotificationBlueprint.find_by(name: 'sca_enable_success') end end end end end
Version data entries
117 entries across 117 versions & 1 rubygems