Sha256: 2a51f783235b0ddce4ee011565d46ed036a7deb83c19cd15fffc9eb5c331f1f6
Contents?: true
Size: 269 Bytes
Versions: 13
Compression:
Stored size: 269 Bytes
Contents
module OVIRT class Client def operating_systems operating_systems = http_get('/operatingsystems') operating_systems.xpath('/operating_systems/operating_system').collect do |os| OVIRT::OperatingSystem::new(self, os) end end end end
Version data entries
13 entries across 11 versions & 2 rubygems