Sha256: 7f642f8a4f62c9fe743206141c41b5336d0831d7732c2684b00a8e90156a1fa7

Contents?: true

Size: 312 Bytes

Versions: 64

Compression:

Stored size: 312 Bytes

Contents

# This registrar handles the registration of various notification services.
module DispatchRider
  module Registrars
    class NotificationService < Base
      def value(name, options = {})
        "DispatchRider::NotificationServices::#{name.to_s.camelize}".constantize.new(options)
      end
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
dispatch-rider-1.4.2 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.4.0 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.6 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.5 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.4 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.3 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.2 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.1 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.3.0 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.11 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.10 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.9 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.8 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.7 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.6 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.5 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.4 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.3 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.2 lib/dispatch-rider/registrars/notification_service.rb
dispatch-rider-1.2.1 lib/dispatch-rider/registrars/notification_service.rb