Class: EIRReportInterface::ApplicationJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- EIRReportInterface::ApplicationJob
- Defined in:
- app/jobs/eir_report_interface/application_job.rb
Overview
ApplicationJob serves as the base class for all jobs in the EIRReportInterface module. It inherits from ActiveJob::Base, making it a part of the ActiveJob framework.