Class: Backup::Configuration::Compressor::Gzip

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/compressor/gzip.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.bestObject

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

.fastObject

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