class DispatchRider::NotificationServices::FileSystem

Public Instance Methods

channel(name) click to toggle source
# File lib/dispatch-rider/notification_services/file_system.rb, line 16
def channel(name)
  notifier.channel(fetch(name))
end
channel_registrar_builder() click to toggle source
# File lib/dispatch-rider/notification_services/file_system.rb, line 12
def channel_registrar_builder
  DispatchRider::Registrars::FileSystemChannel
end
notifier_builder() click to toggle source
# File lib/dispatch-rider/notification_services/file_system.rb, line 8
def notifier_builder
  Notifier
end