Class: Metanorma::Document::Components::Blocks::NoteBlock

Inherits:
BasicBlockNoNotes
  • Object
show all
Defined in:
lib/metanorma/document/components/blocks/note_block.rb

Overview

Note block, modelled to consist only of paragraphs.

Instance Method Summary collapse

Instance Method Details

#json_typeObject



36
37
38
# File 'lib/metanorma/document/components/blocks/note_block.rb', line 36

def json_type
  "note"
end