Sha256: 2320a5f44f1a871084c5dbc8973404aa49828ee1abfc86c740454d198890f84a

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

module Hyrax
  class BatchCreateFailureService < MessageUserService
    attr_reader :user
    def initialize(user)
      @user = user
    end

    def message
      "The batch create for #{user} failed"
    end

    def subject
      'Failing batch create'
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.1.0 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.5 app/services/hyrax/batch_create_failure_service.rb
hyrax-2.0.0.beta1 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.4 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.3 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.2 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.1 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.0.rc2 app/services/hyrax/batch_create_failure_service.rb
hyrax-1.0.0.rc1 app/services/hyrax/batch_create_failure_service.rb
test_hyrax-0.0.1.alpha app/services/hyrax/batch_create_failure_service.rb