Class: DispatchRider::Registrars::FileSystemChannel

Inherits:
Base
  • Object
show all
Defined in:
lib/dispatch-rider/registrars/file_system_channel.rb

Instance Attribute Summary

Attributes inherited from Base

#store

Instance Method Summary collapse

Methods inherited from Base

#fetch, #initialize, #register, #unregister

Constructor Details

This class inherits a constructor from DispatchRider::Registrars::Base

Instance Method Details

#value(name, options = {}) ⇒ Object



6
7
8
# File 'lib/dispatch-rider/registrars/file_system_channel.rb', line 6

def value(name, options = {})
  File.expand_path(options[:path])
end