Parent

Files

Class/Module Index [+]

Quicksearch

Fog::Storage::Rackspace::Mock

Public Class Methods

data() click to toggle source
# File lib/fog/rackspace/storage.rb, line 49
def self.data
  @data ||= Hash.new do |hash, key|
    hash[key] = {}
  end
end
new(options={}) click to toggle source
# File lib/fog/rackspace/storage.rb, line 59
def initialize(options={})
  require 'mime/types'
  @rackspace_api_key = options[:rackspace_api_key]
  @rackspace_username = options[:rackspace_username]
end
reset() click to toggle source
# File lib/fog/rackspace/storage.rb, line 55
def self.reset
  @data = nil
end

Public Instance Methods

data() click to toggle source
# File lib/fog/rackspace/storage.rb, line 65
def data
  self.class.data[@rackspace_username]
end
reset_data() click to toggle source
# File lib/fog/rackspace/storage.rb, line 69
def reset_data
  self.class.data.delete(@rackspace_username)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.