Class: StatementOfAccountMonthlyWorker
- Inherits:
-
Object
- Object
- StatementOfAccountMonthlyWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/statement_of_account_monthly_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
6 7 8 9 |
# File 'app/workers/statement_of_account_monthly_worker.rb', line 6 def perform logger.info @job_name StatementOfAccount.generate_monthly_statements end |