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

Returns a new instance of Notifier.



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

def initialize(options)
  # nothing to do here
end

Instance Method Details

#channel(path) ⇒ Object



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

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