Class: EIRReportInterface::ApplicationJob

Inherits:
ActiveJob::Base
  • Object
show all
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.