Class: Lutaml::Xml::Builder::Oga
- Defined in:
- lib/lutaml/xml/builder/oga.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#add_cdata, #add_comment, #add_processing_instruction, #add_text, #add_xml_fragment, build, #cdata, #create_and_add_element, #current_element, #initialize, #method_missing, #parent, #respond_to_missing?, #text, #to_s, #to_xml, #xml
Constructor Details
This class inherits a constructor from Lutaml::Xml::Builder::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Lutaml::Xml::Builder::Base
Class Method Details
.moxml_backend ⇒ Object
9 10 11 |
# File 'lib/lutaml/xml/builder/oga.rb', line 9 def self.moxml_backend :oga end |