Class: Envoi::Mam::Vidispine::Restore::Watcher
- Inherits:
-
Object
- Object
- Envoi::Mam::Vidispine::Restore::Watcher
- Defined in:
- lib/envoi/mam/vidispine/restore/watcher.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Watcher
constructor
A new instance of Watcher.
- #run ⇒ Object
Constructor Details
#initialize(args = {}) ⇒ Watcher
Returns a new instance of Watcher.
16 17 18 |
# File 'lib/envoi/mam/vidispine/restore/watcher.rb', line 16 def initialize(args = {}) end |
Class Method Details
.run(args = {}) ⇒ Object
26 27 28 29 30 |
# File 'lib/envoi/mam/vidispine/restore/watcher.rb', line 26 def self.run(args = {}) watcher = self.new(args) watcher.run watcher end |
Instance Method Details
#run ⇒ Object
20 21 22 23 24 |
# File 'lib/envoi/mam/vidispine/restore/watcher.rb', line 20 def run end |