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