# File lib/ovirt/base_object.rb, line 12
    def parse_version xml
      (xml/'version').first[:major] +"."+ (xml/'version').first[:minor]
    end