Class: DocItem
- Inherits:
-
Object
- Object
- DocItem
- Defined in:
- lib/almirah/doc_items/doc_item.rb
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.
Instance Attribute Details
#parent_doc ⇒ Object
Returns the value of attribute parent_doc.
2 3 4 |
# File 'lib/almirah/doc_items/doc_item.rb', line 2 def parent_doc @parent_doc end |