Class: Backup::Compressor::Base
- Inherits:
-
Object
- Object
- Backup::Compressor::Base
- Defined in:
- lib/backup/compressor/base.rb
Constant Summary
Constants included from Backup::CLI::Helpers
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods included from Backup::Configuration::Helpers
#clear_defaults!, #load_defaults!
Methods included from Backup::CLI::Helpers
#command_name, #raise_if_command_failed!, #run, #utility
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/backup/compressor/base.rb', line 9 def initialize load_defaults! end |