Class: DispatchRider::NotificationServices::FileSystem::Notifier

Inherits:
Object
  • Object
show all
Defined in:
lib/dispatch-rider/notification_services/file_system/notifier.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Notifier



8
9
10
# File 'lib/dispatch-rider/notification_services/file_system/notifier.rb', line 8

def initialize(options)
  # nothing to do here
end

Instance Method Details

#channel(path) ⇒ Object



12
13
14
# File 'lib/dispatch-rider/notification_services/file_system/notifier.rb', line 12

def channel(path)
  FileSystem::Channel.new(path)
end