Module: Marty::Notifications::Processors::Email

Defined in:
app/services/marty/notifications/processors/email.rb

Class Method Summary collapse

Class Method Details

.call(delivery:) ⇒ Object



6
7
8
# File 'app/services/marty/notifications/processors/email.rb', line 6

def call(delivery:)
  raise 'Not implemented!'
end