class PgExport::Listeners::Plain::DownloadDumpFromFtp
Public Instance Methods
on_step_succeeded(step_name:, args:, value:)
click to toggle source
# File lib/pg_export/lib/pg_export/listeners/plain/download_dump_from_ftp.rb, line 9 def on_step_succeeded(step_name:, args:, value:) logger.info("Download #{value[:dump]}") end