Method: OpenNebula::AclPool#info
- Defined in:
- lib/opennebula/acl_pool.rb
#info ⇒ Object Also known as: info!
Retrieves the ACL Pool
48 49 50 51 |
# File 'lib/opennebula/acl_pool.rb', line 48 def info() # Retrieves all the Acls in the pool. super(ACL_POOL_METHODS[:info]) end |