Class: Metanorma::Document::Components::Lists::OrderedList
- Inherits:
-
UnorderedList
- Object
- Lutaml::Model::Serializable
- Blocks::BasicBlock
- List
- UnorderedList
- Metanorma::Document::Components::Lists::OrderedList
- Defined in:
- lib/metanorma/document/components/lists/ordered_list.rb
Overview
Ordered list, with numbering applied to the list items.
Instance Method Summary collapse
Instance Method Details
#json_type ⇒ Object
17 18 19 |
# File 'lib/metanorma/document/components/lists/ordered_list.rb', line 17 def json_type "ol" end |