Class: Evilution::Reporter::HTML::Sections::Header

Inherits:
Evilution::Reporter::HTML::Section show all
Defined in:
lib/evilution/reporter/html/sections/header.rb

Constant Summary

Constants inherited from Evilution::Reporter::HTML::Section

Evilution::Reporter::HTML::Section::TEMPLATE_DIR

Instance Method Summary collapse

Methods inherited from Evilution::Reporter::HTML::Section

template

Constructor Details

#initialize(summary) ⇒ Header

Returns a new instance of Header.



9
10
11
# File 'lib/evilution/reporter/html/sections/header.rb', line 9

def initialize(summary)
  @summary = summary
end