Class: Backup::Configuration::Encryptor::GPG

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/encryptor/gpg.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.keyObject

The GPG Public key that’ll be used to encrypt the backup



11
12
13
# File 'lib/backup/configuration/encryptor/gpg.rb', line 11

def key
  @key
end