Class: Imap::Backup::Account::Restore
- Inherits:
-
Object
- Object
- Imap::Backup::Account::Restore
- Defined in:
- lib/imap/backup/account/restore.rb
Overview
Restores all backed up folders to the server
Instance Method Summary collapse
-
#initialize(account:) ⇒ Restore
constructor
A new instance of Restore.
- #run ⇒ Object
Constructor Details
#initialize(account:) ⇒ Restore
Returns a new instance of Restore.
11 12 13 |
# File 'lib/imap/backup/account/restore.rb', line 11 def initialize(account:) @account = account end |