Class: PPZ::CommentContainerModel
- Inherits:
-
AbstractWrapperModel
- Object
- AbstractModel
- AbstractWrapperModel
- PPZ::CommentContainerModel
- Defined in:
- lib/doc/model/comment/container.rb
Constant Summary collapse
- UpperClass =
PPZ::AbstractSectionModel
Instance Attribute Summary
Attributes inherited from AbstractModel
#father_model, #index, #left_model, #right_model
Instance Method Summary collapse
Methods inherited from AbstractWrapperModel
Methods inherited from AbstractModel
from_line, #transform_inline_element
Constructor Details
This class inherits a constructor from PPZ::AbstractWrapperModel
Instance Method Details
#to_html ⇒ Object
4 5 6 |
# File 'lib/doc/model/comment/container.rb', line 4 def to_html "<div class=\"comment-container\">#{super}</div>" end |