Class: HP::Cloud::AclReader

Inherits:
Acl
  • Object
show all
Defined in:
lib/hpcloud/acl.rb

Constant Summary collapse

KEY =
'X-Container-Read'

Constants inherited from Acl

HP::Cloud::Acl::ALL

Instance Attribute Summary

Attributes inherited from Acl

#cstatus, #public, #users

Instance Method Summary collapse

Methods inherited from Acl

#grant, #is_valid?, #parse_acl, #parse_public, #revoke, #to_hash

Constructor Details

#initialize(hash) ⇒ AclReader

Returns a new instance of AclReader.



100
101
102
# File 'lib/hpcloud/acl.rb', line 100

def initialize(hash)
  super(KEY, hash)
end