Class: Evilution::Reporter::HTML::Sections::MutationMap::Entry
- Inherits:
-
Struct
- Object
- Struct
- Evilution::Reporter::HTML::Sections::MutationMap::Entry
- Defined in:
- lib/evilution/reporter/html/sections/mutation_map.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#operator_name ⇒ Object
Returns the value of attribute operator_name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title_attr ⇒ Object
Returns the value of attribute title_attr.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/evilution/reporter/html/sections/mutation_map.rb', line 8 def line @line end |
#operator_name ⇒ Object
Returns the value of attribute operator_name
8 9 10 |
# File 'lib/evilution/reporter/html/sections/mutation_map.rb', line 8 def operator_name @operator_name end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/evilution/reporter/html/sections/mutation_map.rb', line 8 def status @status end |
#title_attr ⇒ Object
Returns the value of attribute title_attr
8 9 10 |
# File 'lib/evilution/reporter/html/sections/mutation_map.rb', line 8 def title_attr @title_attr end |