class OpenNebula::ServiceTemplatePool

Service Template pool

Constants

DOCUMENT_TYPE

Public Instance Methods

factory(element_xml) click to toggle source
# File lib/opennebula/flow/service_template_pool.rb, line 24
def factory(element_xml)
    s_template = OpenNebula::ServiceTemplate.new(element_xml, @client)
    s_template.load_body
    s_template
end