Constants and Class Methods
Class constructor
# File lib/opennebula/acl_pool.rb, line 35 def initialize(client) super('ACL_POOL','ACL',client) end
# File lib/opennebula/acl_pool.rb, line 39 def factory(element_xml) OpenNebula::Acl.new(element_xml, @client) end