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
4 5 6 |
# File 'app/services/hyrax/import_url_failure_service.rb', line 4 def file_set.errors..join(', ') end |
#subject ⇒ Object
8 9 10 |
# File 'app/services/hyrax/import_url_failure_service.rb', line 8 def subject I18n.t('hyrax.notifications.import_url_failure.subject') end |