Class: Imap::Backup::CLI::Restore
- Inherits:
-
Thor
- Object
- Thor
- Imap::Backup::CLI::Restore
- Includes:
- Helpers, Thor::Actions
- Defined in:
- lib/imap/backup/cli/restore.rb
Instance Method Summary collapse
-
#initialize(email = nil, options) ⇒ Restore
constructor
A new instance of Restore.
Methods included from Helpers
#account, #load_config, #requested_accounts
Constructor Details
#initialize(email = nil, options) ⇒ Restore
Returns a new instance of Restore.
15 16 17 18 19 |
# File 'lib/imap/backup/cli/restore.rb', line 15 def initialize(email = nil, ) super([]) @email = email @options = end |