class DispatchRider::NotificationServices::FileSystem

Public Instance Methods

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