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

Version Path
katello-3.9.0.rc2 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.9.0.rc1 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.7.1.1 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.7.1 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.8.0 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.8.0.rc3 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.8.0.rc2 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.7.0 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.8.0.rc1 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.7.0.rc2 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb
katello-3.7.0.rc1 app/services/katello/ui_notifications/subscriptions/manifest_delete_error.rb