class DispatchRider::NotificationServices::FileSystem::Notifier

Public Class Methods

new(options) click to toggle source
# File lib/dispatch-rider/notification_services/file_system/notifier.rb, line 7
def initialize(options)
  # nothing to do here
end

Public Instance Methods

channel(path) click to toggle source
# File lib/dispatch-rider/notification_services/file_system/notifier.rb, line 11
def channel(path)
  FileSystem::Channel.new(path)
end