Class: Evilution::Reporter::HTML::Sections::SurvivedEntry
- Inherits:
-
Evilution::Reporter::HTML::Section
- Object
- Evilution::Reporter::HTML::Section
- Evilution::Reporter::HTML::Sections::SurvivedEntry
- Defined in:
- lib/evilution/reporter/html/sections/survived_entry.rb
Constant Summary
Constants inherited from Evilution::Reporter::HTML::Section
Evilution::Reporter::HTML::Section::TEMPLATE_DIR
Instance Method Summary collapse
-
#initialize(result, suggestion:, baseline_keys:) ⇒ SurvivedEntry
constructor
A new instance of SurvivedEntry.
Methods inherited from Evilution::Reporter::HTML::Section
Constructor Details
#initialize(result, suggestion:, baseline_keys:) ⇒ SurvivedEntry
Returns a new instance of SurvivedEntry.
9 10 11 12 13 |
# File 'lib/evilution/reporter/html/sections/survived_entry.rb', line 9 def initialize(result, suggestion:, baseline_keys:) @result = result @suggestion = suggestion @baseline_keys = baseline_keys end |