Method: CurationConcerns::Workflow::NotificationGenerator.call
- Defined in:
- app/services/curation_concerns/workflow/notification_generator.rb
.call(workflow:, notification_configuration:) ⇒ Sipity::Notification
10 11 12 |
# File 'app/services/curation_concerns/workflow/notification_generator.rb', line 10 def self.call(workflow:, notification_configuration:) new(workflow: workflow, notification_configuration: notification_configuration).call end |