Class: Coradoc::Mirror::Node::Text
- Inherits:
-
Coradoc::Mirror::Node
- Object
- Lutaml::Model::Serializable
- Coradoc::Mirror::Node
- Coradoc::Mirror::Node::Text
- Defined in:
- lib/coradoc/mirror/node.rb
Overview
── Text (special: text at top level, not under attrs) ──
Constant Summary collapse
- PM_TYPE =
'text'
Constants inherited from Coradoc::Mirror::Node
Instance Method Summary collapse
Instance Method Details
#text_content ⇒ Object
160 161 162 |
# File 'lib/coradoc/mirror/node.rb', line 160 def text_content text.to_s end |