Method: OpenNebula::ClusterPool#initialize

Defined in:
lib/OpenNebula/ClusterPool.rb

#initialize(client) ⇒ ClusterPool

client a Client object that represents a XML-RPC connection



38
39
40
# File 'lib/OpenNebula/ClusterPool.rb', line 38

def initialize(client)
    super('CLUSTER_POOL','CLUSTER',client)
end