Class: Backup::Encryptor::Base
- Inherits:
-
Object
- Object
- Backup::Encryptor::Base
- Includes:
- CLI::Helpers, Configuration::Helpers
- Defined in:
- lib/backup/encryptor/base.rb
Constant Summary
Constants included from CLI::Helpers
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods included from Configuration::Helpers
#clear_defaults!, #load_defaults!
Methods included from CLI::Helpers
#command_name, #raise_if_command_failed!, #run, #utility
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/backup/encryptor/base.rb', line 9 def initialize load_defaults! end |