Sha256: 423fd751e6036cfd8ad3bb9d45992f9bdbe8f761219a8d6e3d612063daf21705

Contents?: true

Size: 555 Bytes

Versions: 5

Compression:

Stored size: 555 Bytes

Contents

# encoding: utf-8

module Backup
  module Configuration
    module Storage
      class CloudFiles < Base
        class << self

          ##
          # Rackspace Cloud Files Credentials
          attr_accessor :api_key, :username, :auth_url

          ##
          # Rackspace Service Net (Allows for LAN-based transfers to avoid charges and improve performance)
          attr_accessor :servicenet

          ##
          # Rackspace Cloud Files container name and path
          attr_accessor :container, :path

        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
backup_checksum-3.0.23 lib/backup/configuration/storage/cloudfiles.rb
backup-3.0.23 lib/backup/configuration/storage/cloudfiles.rb
backup-3.0.22 lib/backup/configuration/storage/cloudfiles.rb
backup-3.0.21 lib/backup/configuration/storage/cloudfiles.rb
backup-3.0.20 lib/backup/configuration/storage/cloudfiles.rb