Method: Backup::Storage::Base#path
- Defined in:
- lib/backup/storage/base.rb
#path ⇒ Object
Base path on the remote where backup package files will be stored.
10 11 12 |
# File 'lib/backup/storage/base.rb', line 10 def path @path end |