Class: Moult::Gate::Evaluation::DeadCodeObs
- Inherits:
-
Struct
- Object
- Struct
- Moult::Gate::Evaluation::DeadCodeObs
- Defined in:
- lib/moult/gate/evaluation.rb
Overview
---- observation inputs (one row per scoped finding) ----------------------
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#symbol_id ⇒ Object
Returns the value of attribute symbol_id.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
19 20 21 |
# File 'lib/moult/gate/evaluation.rb', line 19 def confidence @confidence end |
#line ⇒ Object
Returns the value of attribute line
19 20 21 |
# File 'lib/moult/gate/evaluation.rb', line 19 def line @line end |
#path ⇒ Object
Returns the value of attribute path
19 20 21 |
# File 'lib/moult/gate/evaluation.rb', line 19 def path @path end |
#symbol_id ⇒ Object
Returns the value of attribute symbol_id
19 20 21 |
# File 'lib/moult/gate/evaluation.rb', line 19 def symbol_id @symbol_id end |