# File lib/rbovirt.rb, line 52
    def api_version?(major)
      api_version.split('.')[0] == major
    end