Class: Backup::Configuration::Storage::Local

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/storage/local.rb

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.pathObject

Path to store backups to



11
12
13
# File 'lib/backup/configuration/storage/local.rb', line 11

def path
  @path
end