Class: Moult::Gate::Evaluation::DeadCodeObs

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/gate/evaluation.rb

Overview

---- observation inputs (one row per scoped finding) ----------------------

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



19
20
21
# File 'lib/moult/gate/evaluation.rb', line 19

def confidence
  @confidence
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



19
20
21
# File 'lib/moult/gate/evaluation.rb', line 19

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



19
20
21
# File 'lib/moult/gate/evaluation.rb', line 19

def path
  @path
end

#symbol_idObject

Returns the value of attribute symbol_id

Returns:

  • (Object)

    the current value of symbol_id



19
20
21
# File 'lib/moult/gate/evaluation.rb', line 19

def symbol_id
  @symbol_id
end