Method: OpenNebula::AclPool#info

Defined in:
lib/OpenNebula/AclPool.rb

#infoObject

Retrieves the ACL Pool



48
49
50
51
# File 'lib/OpenNebula/AclPool.rb', line 48

def info()
# Retrieves all the Acls in the pool.
    super(ACL_POOL_METHODS[:info])
end