Class: Docbook::Elements::MediaObject

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DocbookElement
Defined in:
lib/docbook/elements/mediaobject.rb

Constant Summary collapse

STATS_CATEGORY =
:image

Instance Method Summary collapse

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?, #text, #title, #titled?, #toc_children, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?

Instance Method Details

#stats_categoryObject



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

def stats_category
  STATS_CATEGORY
end