Method: OpenNebula::Acl#initialize

Defined in:
lib/opennebula/acl.rb

#initialize(xml, client) ⇒ Acl

Constructor

Parameters:

  • xml (String)

    must be an xml built with build_xml

  • client (Client)

    represents an XML-RPC connection



91
92
93
# File 'lib/opennebula/acl.rb', line 91

def initialize(xml, client)
    super(xml,client)
end