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 8 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 12 def channel(path) FileSystem::Channel.new(path) end