Class: StatementOfAccountMonthlyWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/statement_of_account_monthly_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



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