Class: DocItem
Direct Known Subclasses
Blockquote, ControlledTable, ControlledTableRow, Image, MarkdownList, MarkdownTable, Paragraph, TodoBlock
Constant Summary collapse
- @@htmlTableRenderInProgress =
false
Instance Attribute Summary collapse
-
#parent_doc ⇒ Object
Returns the value of attribute parent_doc.
-
#parent_heading ⇒ Object
Returns the value of attribute parent_heading.
Method Summary
Methods inherited from TextLine
add_lazy_doc_id, #bold, #bold_and_italic, #change_state, #format_string, #italic, #link
Instance Attribute Details
#parent_doc ⇒ Object
Returns the value of attribute parent_doc.
4 5 6 |
# File 'lib/almirah/doc_items/doc_item.rb', line 4 def parent_doc @parent_doc end |
#parent_heading ⇒ Object
Returns the value of attribute parent_heading.
5 6 7 |
# File 'lib/almirah/doc_items/doc_item.rb', line 5 def parent_heading @parent_heading end |