class OVIRT::OperatingSystem

Attributes

description[R]

Public Class Methods

new(client, xml) click to toggle source
Calls superclass method OVIRT::BaseObject.new
# File lib/ovirt/operating_system.rb, line 5
def initialize(client, xml)
  super(client, xml[:id], xml[:href], (xml/'name').text)
  @description = (xml/'description').text
  self
end