# File lib/fog/ovirt/requests/compute/list_clusters.rb, line 11 def list_clusters(filters = {}) xml = read_xml 'clusters.xml' Nokogiri::XML(xml).xpath('/clusters/cluster').collect do |cl| ovirt_attrs OVIRT::Cluster::new(self, cl) end end