Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Storage::Ninefold

Attributes

path[RW]

Ninefold directory path

storage_secret[RW]

Ninefold Credentials

storage_token[RW]

Ninefold Credentials

Public Class Methods

new(model, storage_id = nil, &block) click to toggle source

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.