class OpenNebula::AclPool
Constants
- ACL_POOL_METHODS
Constants and Class Methods
Public Class Methods
new(client)
click to toggle source
Class constructor
Calls superclass method
# File lib/opennebula/acl_pool.rb, line 35 def initialize(client) super('ACL_POOL','ACL',client) end
Public Instance Methods
factory(element_xml)
click to toggle source
# File lib/opennebula/acl_pool.rb, line 39 def factory(element_xml) OpenNebula::Acl.new(element_xml, @client) end