Class: StatementOfAccountMonthlyWorker

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

#performObject



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