Method: Fog::Storage::IBM::Mock.data
- Defined in:
- lib/fog/ibm/storage.rb
.data ⇒ Object
51 52 53 54 55 56 57 |
# File 'lib/fog/ibm/storage.rb', line 51 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :volumes => {}, } end end |