Method: Fog::OpenStack::Image::V2::Mock.data

Defined in:
lib/fog/openstack/image/v2.rb

.dataObject



49
50
51
52
53
54
55
# File 'lib/fog/openstack/image/v2.rb', line 49

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