Class: Evilution::Reporter::HTML::Sections::SummaryCards Private

Inherits:
Evilution::Reporter::HTML::Section show all
Defined in:
lib/evilution/reporter/html/sections/summary_cards.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 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) ⇒ SummaryCards

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 SummaryCards.



8
9
10
# File 'lib/evilution/reporter/html/sections/summary_cards.rb', line 8

def initialize(summary)
  @summary = summary
end