Class: DispatchRider::NotificationServices::FileSystem::Notifier
- Inherits:
-
Object
- Object
- DispatchRider::NotificationServices::FileSystem::Notifier
- Defined in:
- lib/dispatch-rider/notification_services/file_system/notifier.rb
Instance Method Summary collapse
- #channel(path) ⇒ Object
-
#initialize(options) ⇒ Notifier
constructor
A new instance of Notifier.
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() # 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 |