Class: Backup::Encryptor::Base
- Inherits:
-
Object
- Object
- Backup::Encryptor::Base
- Includes:
- CLI, Configuration::Helpers
- Defined in:
- lib/backup/encryptor/base.rb
Instance Method Summary collapse
-
#log! ⇒ Object
Logs a message to the console and log file to inform the client that Backup is encrypting the archive.
Methods included from Configuration::Helpers
#clear_defaults!, #getter_methods, #load_defaults!, #setter_methods
Methods included from CLI
Instance Method Details
#log! ⇒ Object
Logs a message to the console and log file to inform the client that Backup is encrypting the archive
12 13 14 |
# File 'lib/backup/encryptor/base.rb', line 12 def log! Logger. "#{ self.class } started encrypting the archive." end |