Class: Coradoc::CoreModel::CommentBlock
Overview
Comment block — editorial or hidden comments
Instance Attribute Summary
Attributes inherited from Block
#block_semantic_type, #callouts, #content, #delimiter_type, #language, #lines
Attributes inherited from Base
#element_attributes, #id, #metadata_entries, #title
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Block
#element_type, #resolve_semantic_type
Methods included from ChildrenContent
#flat_text, included, #renderable_content
Methods included from HasChildren
Methods inherited from Base
#accept, #attr, build, #flat_text, #metadata, #semantically_equivalent?, #set_attr, #set_metadata, #whitespace_only?
Class Method Details
.semantic_type ⇒ Object
7 8 9 |
# File 'lib/coradoc/core_model/comment_block.rb', line 7 def self.semantic_type :comment end |
Instance Method Details
#body_content? ⇒ Boolean
11 12 13 |
# File 'lib/coradoc/core_model/comment_block.rb', line 11 def body_content? false end |