Module: SnapshotArchive::Stores::Mysql
- Defined in:
- lib/snapshot_archive/stores.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.backup ⇒ Object
27 28 29 |
# File 'lib/snapshot_archive/stores.rb', line 27 def backup(...) Backup.call(...) end |
.restore ⇒ Object
31 32 33 |
# File 'lib/snapshot_archive/stores.rb', line 31 def restore(...) Restore.call(...) end |