Method: OpenNebula::UserPool#info
- Defined in:
- lib/opennebula/user_pool.rb
#info ⇒ Object Also known as: info!
Retrieves all the Users in the pool.
49 50 51 |
# File 'lib/opennebula/user_pool.rb', line 49 def info() super(USER_POOL_METHODS[:info]) end |