Method: Fog::Storage::Softlayer::Mock.data

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

.dataObject



51
52
53
54
55
# File 'lib/fog/softlayer/storage.rb', line 51

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