Class: GammaReplication::Command::Dryrun
- Inherits:
-
BaseReplication
- Object
- Base
- BaseReplication
- GammaReplication::Command::Dryrun
- Defined in:
- lib/gamma_replication/command/dryrun.rb
Instance Method Summary collapse
Methods inherited from BaseReplication
Methods inherited from Base
#gamma_tables, #output_setting_warning
Constructor Details
This class inherits a constructor from GammaReplication::Command::BaseReplication
Instance Method Details
#before_start ⇒ Object
6 7 8 |
# File 'lib/gamma_replication/command/dryrun.rb', line 6 def before_start logger.info("Starting DryRun mode...") end |