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.



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

def initialize(options)
  # nothing to do here
end

Instance Method Details

#channel(path) ⇒ Object



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

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