Sha256: 1f483a1664651631e47e314b8e4c98b1e2d47505d6689c334eb5fa6fb9767d05
Contents?: true
Size: 248 Bytes
Versions: 13
Compression:
Stored size: 248 Bytes
Contents
module OVIRT class OperatingSystem < BaseObject attr_reader :description def initialize(client, xml) super(client, xml[:id], xml[:href], (xml/'name').text) @description = (xml/'description').text self end end end
Version data entries
13 entries across 11 versions & 2 rubygems