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