Class: Evilution::Reporter::HTML::Sections::MutationMap::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/evilution/reporter/html/sections/mutation_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#operator_nameObject

Returns the value of attribute operator_name

Returns:

  • (Object)

    the current value of operator_name



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

def operator_name
  @operator_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#title_attrObject

Returns the value of attribute title_attr

Returns:

  • (Object)

    the current value of title_attr



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

def title_attr
  @title_attr
end