Class: Backup::Encryptor::Base
- Inherits:
-
Object
- Object
- Backup::Encryptor::Base
- Includes:
- Config::Helpers, Utilities::Helpers
- Defined in:
- lib/backup/encryptor/base.rb
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods included from Config::Helpers
Methods included from Utilities::Helpers
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 |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Backup::Config::Helpers