# File lib/fog/openstack/storage.rb, line 37 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/openstack/storage.rb, line 62 def change_account(account) @original_path ||= @path version_string = @original_path.split('/')[1] @path = "/#{version_string}/#{account}" end
# File lib/fog/openstack/storage.rb, line 54 def data self.class.data[@openstack_username] end
Generated with the Darkfish Rdoc Generator 2.