Class: ActiveFedoraPidBasedJob
- Inherits:
-
ActiveFedoraIdBasedJob
- Object
- ActiveFedoraIdBasedJob
- ActiveFedoraPidBasedJob
- Extended by:
- Deprecation
- Defined in:
- app/jobs/active_fedora_pid_based_job.rb
Instance Attribute Summary
Attributes inherited from ActiveFedoraIdBasedJob
Class Method Summary collapse
Methods inherited from ActiveFedoraIdBasedJob
#initialize, #object, #queue_name, #run
Constructor Details
This class inherits a constructor from ActiveFedoraIdBasedJob
Class Method Details
.extended(_document) ⇒ Object
3 4 5 |
# File 'app/jobs/active_fedora_pid_based_job.rb', line 3 def self.extended(_document) Deprecation.warn ActiveFedoraPidBasedJob, "ActiveFedoraPidBasedJob is deprecated; use ActiveFedoraIdBasedJob instead." end |