Class: Unitsml::Model::Units::Symbol
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Unitsml::Model::Units::Symbol
- Defined in:
- lib/unitsml/model/units/symbol.rb
Instance Method Summary collapse
-
#content_from_xml ⇒ Object
Not reading any XML for now.
- #content_to_xml(model, parent, doc) ⇒ Object
Instance Method Details
#content_from_xml ⇒ Object
Not reading any XML for now.
18 |
# File 'lib/unitsml/model/units/symbol.rb', line 18 def content_from_xml(**); end |
#content_to_xml(model, parent, doc) ⇒ Object
20 21 22 |
# File 'lib/unitsml/model/units/symbol.rb', line 20 def content_to_xml(model, parent, doc) doc.add_xml_fragment(parent, model.content) end |