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
Instance Method Details
#perform ⇒ Object
7 8 9 10 |
# File 'app/workers/statement_of_account_monthly_worker.rb', line 7 def perform logger.info @job_name StatementOfAccount.generate_monthly_statements end |