Class: Docbook::Elements::GlossEntry
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::GlossEntry
- Includes:
- DocbookElement, Identifiable, Titled
- Defined in:
- lib/docbook/elements/glossentry.rb
Instance Method Summary collapse
Methods included from Identifiable
Methods included from Titled
Methods included from DocbookElement
#callout_marker?, #colsep, #content, #element_id, #fileref, #formal?, #frame, #has_title?, #imagedata, #imageobject, #index_term?, #indexterm, #info, #list_of_category, #media_children, #number, #numberable?, #numbering_role, #rowsep, #section_like?, #stats_category, #text, #title, #titled?, #toc_children, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?
Instance Method Details
#resolve_title ⇒ Object
10 11 12 |
# File 'lib/docbook/elements/glossentry.rb', line 10 def resolve_title glossterm&.content&.join end |