Class: Backup::Configuration::Base
- Inherits:
-
Object
- Object
- Backup::Configuration::Base
- Extended by:
- Helpers
- Defined in:
- lib/backup/configuration/base.rb
Direct Known Subclasses
Compressor::Base, Database::Base, Encryptor::Base, Encryptor::GPG, Notifier::Base, Storage::Base, Storage::FTP, Storage::S3, Storage::SCP, Syncer::RSync, Syncer::S3
Class Method Summary collapse
-
.defaults {|_self| ... } ⇒ Object
Allows for global configuration through block-notation.
Methods included from Helpers
clear_defaults!, getter_methods, load_defaults!, setter_methods
Class Method Details
.defaults {|_self| ... } ⇒ Object
Allows for global configuration through block-notation
10 11 12 |
# File 'lib/backup/configuration/base.rb', line 10 def self.defaults yield self end |