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