Class: Docbook::Elements::GlossEntry

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DocbookElement, Identifiable, Titled
Defined in:
lib/docbook/elements/glossentry.rb

Instance Method Summary collapse

Methods included from Identifiable

#element_id

Methods included from Titled

#has_title?, #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_titleObject



10
11
12
# File 'lib/docbook/elements/glossentry.rb', line 10

def resolve_title
  glossterm&.content&.join
end