1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[digitalocean|compute] initialize compute service mock data

This commit is contained in:
Sergio Rubio 2013-03-18 12:47:21 +01:00
parent e9933dab96
commit 81e2c46ed4

View file

@ -42,7 +42,10 @@ module Fog
def self.data def self.data
@data ||= Hash.new do |hash, key| @data ||= Hash.new do |hash, key|
hash[key] = {} hash[key] = {
:servers => [],
:ssh_keys => []
}
end end
end end