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