Class: Backup::Encryptor::Base

Inherits:
Object
  • Object
show all
Includes:
CLI::Helpers, Configuration::Helpers
Defined in:
lib/backup/encryptor/base.rb

Direct Known Subclasses

GPG, OpenSSL

Constant Summary

Constants included from CLI::Helpers

CLI::Helpers::UTILITY

Instance Method Summary collapse

Methods included from Configuration::Helpers

included

Constructor Details

#initializeBase

Returns a new instance of Base.



9
10
11
# File 'lib/backup/encryptor/base.rb', line 9

def initialize
  load_defaults!
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Backup::Configuration::Helpers