class PPZ::AbstractListWrapperModel

Attributes

level[R]

Public Class Methods

new(level) click to toggle source
Calls superclass method PPZ::AbstractWrapperModel::new
# File lib/doc/model/list/wrapper/abstract.rb, line 4
def initialize level
  super()
  @level = level
end

Public Instance Methods

to_html() click to toggle source
# File lib/doc/model/list/wrapper/abstract.rb, line 9
def to_html
  "<#{self.class::TAG_NAME}>#{super}</#{self.class::TAG_NAME}>"
end