Class: WebTranslateIt::Safe::Sink

Inherits:
Stream
  • Object
show all
Defined in:
lib/web_translate_it/safe/sink.rb

Direct Known Subclasses

Local, S3, Sftp

Instance Attribute Summary

Attributes inherited from Stream

#backup, #config

Instance Method Summary collapse

Methods inherited from Stream

#expand, #initialize

Constructor Details

This class inherits a constructor from WebTranslateIt::Safe::Stream

Instance Method Details

#processObject



7
8
9
10
11
12
# File 'lib/web_translate_it/safe/sink.rb', line 7

def process
  return unless active?

  save
  cleanup
end