Backup::Storage::Base
Ninefold directory path
Ninefold Credentials
Creates a new instance of the storage object
# File lib/backup/storage/ninefold.rb, line 20 def initialize(model, storage_id = nil, &block) super(model, storage_id) @path ||= 'backups' instance_eval(&block) if block_given? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.