Module: SimpleHotFolder
- Defined in:
- lib/simple_hot_folder.rb,
lib/simple_hot_folder/version.rb,
lib/simple_hot_folder/hot_folder.rb
Defined Under Namespace
Classes: HotFolder
Constant Summary collapse
- VERSION =
'0.1.6'.freeze
- NAME =
'simple_hot_folder'.freeze
Class Method Summary collapse
-
.for_files(input_path, error_path) ⇒ HotFolder
Create hot folder that listens for files.
Class Method Details
.for_files(input_path, error_path) ⇒ HotFolder
Create hot folder that listens for files.
21 22 23 |
# File 'lib/simple_hot_folder.rb', line 21 def self.for_files(input_path, error_path) HotFolder.new(input_path, error_path) end |