Sha256: 5cb6ab4576c7902f7c320f7bb5a3fa194753feea064f43e7b249e085d8032140
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true # The namespace that holds the notification services services module DispatchRider module NotificationServices end end require "dispatch-rider/notification_services/base" require "dispatch-rider/notification_services/aws_sns" require "dispatch-rider/notification_services/file_system"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dispatch-rider-2.2.0 | lib/dispatch-rider/notification_services.rb |