Class: DocItem

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

Constant Summary collapse

@@htmlTableRenderInProgress =
false

Instance Attribute Summary collapse

Instance Attribute Details

#parent_docObject

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