# File lib/fog/hp/models/storage/directory.rb, line 60 def public? if @acl.nil? false else @acl == 'public-read' end end