Class: GammaReplication::Command::Dryrun

Inherits:
BaseReplication show all
Defined in:
lib/gamma_replication/command/dryrun.rb

Instance Method Summary collapse

Methods inherited from BaseReplication

#execute, #initialize

Methods inherited from Base

#gamma_tables, #output_setting_warning

Constructor Details

This class inherits a constructor from GammaReplication::Command::BaseReplication

Instance Method Details

#before_startObject



6
7
8
# File 'lib/gamma_replication/command/dryrun.rb', line 6

def before_start
  logger.info("Starting DryRun mode...")
end