Class: Backup::Configuration::Compressor::Gzip
- Defined in:
- lib/backup/configuration/compressor/gzip.rb
Class Attribute Summary collapse
-
.best ⇒ Object
Tells Backup::Compressor::Gzip to compress better rather than faster when set to true.
-
.fast ⇒ Object
Tells Backup::Compressor::Gzip to compress faster rather than better when set to true.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.best ⇒ Object
Tells Backup::Compressor::Gzip to compress better rather than faster when set to true
12 13 14 |
# File 'lib/backup/configuration/compressor/gzip.rb', line 12 def best @best end |
.fast ⇒ Object
Tells Backup::Compressor::Gzip to compress faster rather than better when set to true
17 18 19 |
# File 'lib/backup/configuration/compressor/gzip.rb', line 17 def fast @fast end |