Class: Coradoc::CoreModel::LinkElement
- Inherits:
-
InlineElement
- Object
- Lutaml::Model::Serializable
- Base
- InlineElement
- Coradoc::CoreModel::LinkElement
- Defined in:
- lib/coradoc/core_model/inline_element.rb
Constant Summary
Constants inherited from InlineElement
Instance Attribute Summary
Attributes inherited from Base
#element_attributes, #id, #metadata_entries, #title
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from InlineElement
format_type_class, #resolve_format_type
Methods included from ChildrenContent
#flat_text, included, #renderable_content
Methods included from HasChildren
Methods inherited from Base
#accept, #attr, #body_content?, build, #flat_text, #metadata, #semantically_equivalent?, #set_attr, #set_metadata, #whitespace_only?
Class Method Details
.format_type ⇒ Object
111 112 113 |
# File 'lib/coradoc/core_model/inline_element.rb', line 111 def self.format_type 'link' end |
Instance Method Details
#link_kind ⇒ Object
115 116 117 |
# File 'lib/coradoc/core_model/inline_element.rb', line 115 def link_kind :link end |