Class: Backup::Configuration::Encryptor::GPG
- Defined in:
- lib/backup/configuration/encryptor/gpg.rb
Class Attribute Summary collapse
-
.key ⇒ Object
The GPG Public key that’ll be used to encrypt the backup.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.key ⇒ Object
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 |