Method: Fog::OpenStack::Storage::Mock.data

Defined in:
lib/fog/openstack/storage.rb

.dataObject



64
65
66
67
68
# File 'lib/fog/openstack/storage.rb', line 64

def self.data
  @data ||= Hash.new do |hash, key|
    hash[key] = {}
  end
end