Object
# File lib/ovirt/template_version.rb, line 4 def initialize(xml) parse_xml_attributes(xml) if xml end
# File lib/ovirt/template_version.rb, line 8 def parse_xml_attributes(xml) @base_template = (xml/"base_template").first[:id] @version_number = (xml/"version_number").first.text @version_name = (xml/"version_name").first.text end
[Validate]
Generated with the Darkfish Rdoc Generator 2.