Object
# File lib/fog/hp/storage.rb, line 89 def self.acls(type) type end
# File lib/fog/hp/storage.rb, line 93 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :acls => { :container => {}, :object => {} }, :containers => {} } end end
Generated with the Darkfish Rdoc Generator 2.