# File lib/rbovirt.rb, line 124 def template(template_id) template = http_get("/templates/%s" % template_id) OVIRT::Template::new(self, template.root) end