Class: Envoi::Mam::Vidispine::Restore::Watcher

Inherits:
Object
  • Object
show all
Defined in:
lib/envoi/mam/vidispine/restore/watcher.rb

Class Method Summary collapse

Instance Method Summary collapse

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

#runObject



20
21
22
23
24
# File 'lib/envoi/mam/vidispine/restore/watcher.rb', line 20

def run



end