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