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