Class: Evilution::Reporter::HTML::Sections::Header
- Inherits:
-
Evilution::Reporter::HTML::Section
- Object
- Evilution::Reporter::HTML::Section
- Evilution::Reporter::HTML::Sections::Header
- 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
-
#initialize(summary) ⇒ Header
constructor
A new instance of Header.
Methods inherited from Evilution::Reporter::HTML::Section
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 |