Class: Coradoc::AsciiDoc::Model::Inline::Base
- Inherits:
-
Base
- Object
- Lutaml::Model::Serializable
- Base
- Coradoc::AsciiDoc::Model::Inline::Base
- Defined in:
- lib/coradoc/asciidoc/model/inline/base.rb
Direct Known Subclasses
Anchor, AttributeReference, Bold, CrossReference, CrossReferenceArg, Footnote, HardLineBreak, Highlight, Italic, Link, Monospace, Quotation, Small, Span, Stem, Strikethrough, Subscript, Superscript, Underline
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#block_level?, #serialize_content, #simplify_block_content, #to_adoc, #to_h, visit, #visit
Instance Method Details
#inline? ⇒ Boolean
8 9 10 |
# File 'lib/coradoc/asciidoc/model/inline/base.rb', line 8 def inline? true end |