Class: Backup::Encryptor::Base

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

Direct Known Subclasses

GPG, OpenSSL

Instance Method Summary collapse

Methods included from Config::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::Config::Helpers