class Lutaml::Model::XmlAdapter::OgaAdapter
def to_xml(options = {})
def to_xml(options = {}) builder = Oga::XML::Builder.new build_element(builder, @root, options) xml_data = builder.to_xml options[:declaration] ? declaration(options) + xml_data : xml_data end