Class: NotificationWorkers::DeleteVoucherGroupReport
- Inherits:
-
ApplicationWorker
- Object
- ApplicationWorker
- NotificationWorkers::DeleteVoucherGroupReport
- Defined in:
- app/workers/notification_workers/delete_voucher_group_report.rb
Overview
typed: ignore frozen_string_literal: true
Instance Method Summary collapse
Methods inherited from ApplicationWorker
Instance Method Details
#perform(attachment) ⇒ Object
5 6 7 |
# File 'app/workers/notification_workers/delete_voucher_group_report.rb', line 5 def perform() Attachment.find().destroy! end |