Class: Docbook::Elements::Reference

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

Instance Method Summary collapse

Methods included from Identifiable

#element_id

Methods included from Titled

#has_title?, #resolve_title, #titled?

Methods included from SectionLike

#section_like?

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, #resolve_title, #rowsep, #section_like?, #stats_category, #text, #title, #titled?, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?

Instance Method Details

#toc_childrenObject



12
13
14
# File 'lib/docbook/elements/reference.rb', line 12

def toc_children
  Array(refentry)
end