Class: PgExport::Listeners::Plain::EncryptDump

Inherits:
PgExport::Listeners::PlainListener show all
Defined in:
lib/pg_export/listeners/plain/encrypt_dump.rb

Instance Method Summary collapse

Methods inherited from PgExport::Listeners::PlainListener

#initialize, #on_step, #on_step_failed

Constructor Details

This class inherits a constructor from PgExport::Listeners::PlainListener

Instance Method Details

#on_step_succeeded(event) ⇒ Object



9
10
11
# File 'lib/pg_export/listeners/plain/encrypt_dump.rb', line 9

def on_step_succeeded(event)
  logger.info("Encrypt #{event[:value][:dump]}")
end