Class: DocItem

Inherits:
TextLine show all
Defined in:
lib/almirah/doc_items/doc_item.rb

Constant Summary collapse

@@htmlTableRenderInProgress =
false

Instance Attribute Summary collapse

Method Summary

Methods inherited from TextLine

add_lazy_doc_id, #bold, #bold_and_italic, #change_state, #format_string, #italic, #link

Instance Attribute Details

#parent_docObject

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