Class: Docbook::Elements::Article
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Docbook::Elements::Article
- Includes:
- DocbookElement, Identifiable, SectionLike, Titled, TocContainer
- Defined in:
- lib/docbook/elements/article.rb
Instance Method Summary collapse
Methods included from SectionLike
Methods included from Identifiable
Methods included from Titled
#has_title?, #resolve_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, #resolve_title, #rowsep, #section_like?, #stats_category, #text, #title, #titled?, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?
Instance Method Details
#toc_children ⇒ Object
12 13 14 |
# File 'lib/docbook/elements/article.rb', line 12 def toc_children Array(section) end |