Class: Hyrax::ImportUrlFailureService
- Inherits:
-
AbstractMessageService
- Object
- AbstractMessageService
- Hyrax::ImportUrlFailureService
- Defined in:
- app/services/hyrax/import_url_failure_service.rb
Instance Attribute Summary
Attributes inherited from AbstractMessageService
Instance Method Summary collapse
Methods inherited from AbstractMessageService
Constructor Details
This class inherits a constructor from Hyrax::AbstractMessageService
Instance Method Details
#message ⇒ Object
3 4 5 |
# File 'app/services/hyrax/import_url_failure_service.rb', line 3 def file_set.errors..join(', ') end |
#subject ⇒ Object
7 8 9 |
# File 'app/services/hyrax/import_url_failure_service.rb', line 7 def subject 'File Import Error' end |