Class: CopyBot::Steps::CreateLocalDbBackup
- Defined in:
- lib/copy_bot/steps/create_local_db_backup.rb
Instance Attribute Summary
Attributes inherited from BaseStep
Instance Method Summary collapse
Methods inherited from BaseStep
Constructor Details
This class inherits a constructor from CopyBot::Steps::BaseStep
Instance Method Details
#run ⇒ String
5 6 7 8 |
# File 'lib/copy_bot/steps/create_local_db_backup.rb', line 5 def run @success = CopyBot::ShellCommand.new(command).execute @message = @success ? 'Created backup of local DB.' : 'Local DB backup creation failed.' end |