Method: Fog::Storage::Google::Mock.data
- Defined in:
- lib/fog/google/storage.rb
permalink .data ⇒ Object
[View source]
130 131 132 133 134 135 136 137 138 139 140 |
# File 'lib/fog/google/storage.rb', line 130 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :acls => { :bucket => {}, :object => {} }, :buckets => {} } end end |