Class: Evilution::Reporter::HTML::Report Private
- Defined in:
- lib/evilution/reporter/html/report.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constants inherited from Section
Instance Method Summary collapse
-
#initialize(summary, baseline:, baseline_keys:, suggestion:) ⇒ Report
constructor
private
A new instance of Report.
Methods inherited from Section
Constructor Details
#initialize(summary, baseline:, baseline_keys:, suggestion:) ⇒ Report
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Report.
15 16 17 18 19 20 |
# File 'lib/evilution/reporter/html/report.rb', line 15 def initialize(summary, baseline:, baseline_keys:, suggestion:) @summary = summary @baseline = baseline @baseline_keys = baseline_keys @suggestion = suggestion end |