Sha256: b1c3e484b211d96acd5daa957325058696cec304c2be2e38820102ad391f2133

Contents?: true

Size: 220 Bytes

Versions: 16

Compression:

Stored size: 220 Bytes

Contents

module Marty
  module Notifications
    module Processors
      module Email
        class << self
          def call(delivery:)
            raise 'Not implemented!'
          end
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
marty-14.3.0 app/services/marty/notifications/processors/email.rb
marty-14.0.0 app/services/marty/notifications/processors/email.rb
marty-13.0.2 app/services/marty/notifications/processors/email.rb
marty-11.0.0 app/services/marty/notifications/processors/email.rb
marty-10.0.3 app/services/marty/notifications/processors/email.rb
marty-10.0.2 app/services/marty/notifications/processors/email.rb
marty-10.0.0 app/services/marty/notifications/processors/email.rb
marty-9.5.1 app/services/marty/notifications/processors/email.rb
marty-9.5.0 app/services/marty/notifications/processors/email.rb
marty-9.3.3 app/services/marty/notifications/processors/email.rb
marty-9.3.2 app/services/marty/notifications/processors/email.rb
marty-9.3.0 app/services/marty/notifications/processors/email.rb
marty-8.5.0 app/services/marty/notifications/processors/email.rb
marty-8.4.1 app/services/marty/notifications/processors/email.rb
marty-8.3.1 app/services/marty/notifications/processors/email.rb
marty-8.2.0 app/services/marty/notifications/processors/email.rb