Class: Imap::Backup::CLI::Single
- Inherits:
-
Thor
- Object
- Thor
- Imap::Backup::CLI::Single
show all
- Includes:
- Helpers
- Defined in:
- lib/imap/backup/cli/single.rb,
lib/imap/backup/cli/single/backup.rb
Defined Under Namespace
Classes: Backup
Instance Method Summary
collapse
Methods included from Helpers
#account, #load_config, #options, #requested_accounts
Instance Method Details
#backup ⇒ Object
173
174
175
176
177
|
# File 'lib/imap/backup/cli/single.rb', line 173
def backup
non_logging_options = Imap::Backup::Logger.setup_logging(options)
direct = Backup.new(non_logging_options)
direct.run
end
|