Class: PPZ::CommentContainerModel

Inherits:
AbstractWrapperModel show all
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

#append, #initialize

Methods inherited from AbstractModel

from_line, #transform_inline_element

Constructor Details

This class inherits a constructor from PPZ::AbstractWrapperModel

Instance Method Details

#to_htmlObject



4
5
6
# File 'lib/doc/model/comment/container.rb', line 4

def to_html
  "<div class=\"comment-container\">#{super}</div>"
end