Class: CancelAccountNotifier
- Inherits:
-
Struct
- Object
- Struct
- CancelAccountNotifier
- Defined in:
- app/workers/cancel_account_notifier.rb
Instance Attribute Summary (collapse)
-
- (Object) args
Returns the value of attribute args.
Instance Method Summary (collapse)
Instance Attribute Details
- (Object) args
Returns the value of attribute args
3 4 5 |
# File 'app/workers/cancel_account_notifier.rb', line 3 def args @args end |
Instance Method Details
- (Object) perform
5 6 7 |
# File 'app/workers/cancel_account_notifier.rb', line 5 def perform Notifications::cancel_account(args).deliver end |