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

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