Constants and Class attribute accessors
client a Client object that represents a XML-RPC connection
# File lib/opennebula/group_pool.rb, line 36 def initialize(client) super('GROUP_POOL','GROUP',client) end
Factory method to create User objects
# File lib/opennebula/group_pool.rb, line 41 def factory(element_xml) OpenNebula::Group.new(element_xml,@client) end
Retrieves all the Groups in the pool.
# File lib/opennebula/group_pool.rb, line 50 def info() super(GROUP_POOL_METHODS[:info]) end
Generated with the Darkfish Rdoc Generator 2.