Class: DocItem
Direct Known Subclasses
Blockquote, ControlledTable, ControlledTableRow, Image, MarkdownList, MarkdownTable, Paragraph
Constant Summary collapse
- @@htmlTableRenderInProgress =
false
Instance Attribute Summary collapse
-
#parent_doc ⇒ Object
Returns the value of attribute parent_doc.
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 |