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