Sha256: 996c8054783d296a7506f46f2fd5d41be07bf92adac2e77f0eef7a02b3521547
Contents?: true
Size: 298 Bytes
Versions: 191
Compression:
Stored size: 298 Bytes
Contents
module Katello module UINotifications module Subscriptions class ManifestDeleteError < UINotifications::TaskNotification private def blueprint @blueprint ||= NotificationBlueprint.find_by(name: 'manifest_delete_error') end end end end end
Version data entries
191 entries across 191 versions & 1 rubygems