Methods

Class/Module Index [+]

Quicksearch

Backup::Storage::CloudFiles

Attributes

api_key[RW]

Rackspace Cloud Files Credentials

auth_url[RW]

Rackspace Cloud Files Credentials

container[RW]

Rackspace Cloud Files container name and path

path[RW]

Rackspace Cloud Files container name and path

servicenet[RW]

Rackspace Service Net (LAN-based transfers to avoid charges and improve performance)

username[RW]

Rackspace Cloud Files 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/cloudfiles.rb, line 25
def initialize(model, storage_id = nil, &block)
  super(model, storage_id)

  @servicenet ||= false
  @path       ||= 'backups'

  instance_eval(&block) if block_given?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.