Class: Backup::Configuration::Storage::Local
- Defined in:
- lib/backup/configuration/storage/local.rb
Class Attribute Summary collapse
-
.path ⇒ Object
Path to store backups to.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.path ⇒ Object
Path to store backups to
11 12 13 |
# File 'lib/backup/configuration/storage/local.rb', line 11 def path @path end |