Sha256: 8cd2d34f894782e412f42b2ae987ac61e9b625143e2e1d81ad8e32e79f63c1de

Contents?: true

Size: 205 Bytes

Versions: 16

Compression:

Stored size: 205 Bytes

Contents

module Marty
  module Notifications
    module ProcessDelivery
      class << self
        def call(delivery:)
          delivery.processor.call(delivery: delivery)
        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/process_delivery.rb
marty-14.0.0 app/services/marty/notifications/process_delivery.rb
marty-13.0.2 app/services/marty/notifications/process_delivery.rb
marty-11.0.0 app/services/marty/notifications/process_delivery.rb
marty-10.0.3 app/services/marty/notifications/process_delivery.rb
marty-10.0.2 app/services/marty/notifications/process_delivery.rb
marty-10.0.0 app/services/marty/notifications/process_delivery.rb
marty-9.5.1 app/services/marty/notifications/process_delivery.rb
marty-9.5.0 app/services/marty/notifications/process_delivery.rb
marty-9.3.3 app/services/marty/notifications/process_delivery.rb
marty-9.3.2 app/services/marty/notifications/process_delivery.rb
marty-9.3.0 app/services/marty/notifications/process_delivery.rb
marty-8.5.0 app/services/marty/notifications/process_delivery.rb
marty-8.4.1 app/services/marty/notifications/process_delivery.rb
marty-8.3.1 app/services/marty/notifications/process_delivery.rb
marty-8.2.0 app/services/marty/notifications/process_delivery.rb