Sha256: 7a9ea9f44b942b6ffb01f128156b67fdfba6649c22cc706308879601e5bbc652

Contents?: true

Size: 218 Bytes

Versions: 16

Compression:

Stored size: 218 Bytes

Contents

module Marty
  module Notifications
    module Processors
      module Sms
        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/sms.rb
marty-14.0.0 app/services/marty/notifications/processors/sms.rb
marty-13.0.2 app/services/marty/notifications/processors/sms.rb
marty-11.0.0 app/services/marty/notifications/processors/sms.rb
marty-10.0.3 app/services/marty/notifications/processors/sms.rb
marty-10.0.2 app/services/marty/notifications/processors/sms.rb
marty-10.0.0 app/services/marty/notifications/processors/sms.rb
marty-9.5.1 app/services/marty/notifications/processors/sms.rb
marty-9.5.0 app/services/marty/notifications/processors/sms.rb
marty-9.3.3 app/services/marty/notifications/processors/sms.rb
marty-9.3.2 app/services/marty/notifications/processors/sms.rb
marty-9.3.0 app/services/marty/notifications/processors/sms.rb
marty-8.5.0 app/services/marty/notifications/processors/sms.rb
marty-8.4.1 app/services/marty/notifications/processors/sms.rb
marty-8.3.1 app/services/marty/notifications/processors/sms.rb
marty-8.2.0 app/services/marty/notifications/processors/sms.rb