# File lib/fog/rackspace/storage.rb, line 66 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/rackspace/storage.rb, line 82 def data self.class.data[@rackspace_username] end
# File lib/fog/rackspace/storage.rb, line 94 def region @rackspace_region end
Generated with the Darkfish Rdoc Generator 2.