Class: OVIRT::Cluster

Inherits:
BaseObject show all
Defined in:
lib/ovirt/cluster.rb

Instance Attribute Summary collapse

Attributes inherited from BaseObject

#client, #href, #id, #name

Instance Method Summary collapse

Methods inherited from BaseObject

#parse_bool, #parse_version

Constructor Details

#initialize(client, xml) ⇒ Cluster

Returns a new instance of Cluster.



5
6
7
8
9
# File 'lib/ovirt/cluster.rb', line 5

def initialize(client, xml)
  super(client, xml[:id], xml[:href], (xml/'name').first.text)
  parse_xml_attributes!(xml)
  self
end

Instance Attribute Details

#datacenterObject (readonly)

Returns the value of attribute datacenter.



3
4
5
# File 'lib/ovirt/cluster.rb', line 3

def datacenter
  @datacenter
end

#descriptionObject (readonly)

Returns the value of attribute description.



3
4
5
# File 'lib/ovirt/cluster.rb', line 3

def description
  @description
end

#versionObject (readonly)

Returns the value of attribute version.



3
4
5
# File 'lib/ovirt/cluster.rb', line 3

def version
  @version
end