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