Sha256: 22a2901b47b3a5afd0ecfa600fca6c6ace188ec51648986bf0434d62c8471832
Contents?: true
Size: 306 Bytes
Versions: 196
Compression:
Stored size: 306 Bytes
Contents
module Katello module UINotifications module Subscriptions class ManifestImportSuccess < UINotifications::AbstractNotification private def blueprint @blueprint ||= NotificationBlueprint.find_by(name: 'manifest_import_success') end end end end end
Version data entries
196 entries across 196 versions & 1 rubygems