Class: StatementOfAccountMonthlyWorker
- Inherits:
-
Object
- Object
- StatementOfAccountMonthlyWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/statement_of_account_monthly_worker.rb
Overview
Sidekiq worker: statement of account monthly.
Instance Method Summary collapse
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
10 11 12 13 |
# File 'app/workers/statement_of_account_monthly_worker.rb', line 10 def perform logger.info @job_name StatementOfAccount.generate_monthly_statements end |