Class: SpreeCmCommissioner::GuestDynamicFieldNotificationSender
- Inherits:
-
BaseInteractor
- Object
- BaseInteractor
- SpreeCmCommissioner::GuestDynamicFieldNotificationSender
- Defined in:
- app/interactors/spree_cm_commissioner/guest_dynamic_field_notification_sender.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
3 4 5 6 7 8 9 |
# File 'app/interactors/spree_cm_commissioner/guest_dynamic_field_notification_sender.rb', line 3 def call notification = SpreeCmCommissioner::GuestDynamicFieldNotification.with( guest: context.guest ).deliver_later(context.guest.user) context.notification = notification end |