Class: Testprune::Analysis::Result
- Inherits:
-
Struct
- Object
- Struct
- Testprune::Analysis::Result
- Defined in:
- lib/testprune/analysis.rb
Instance Attribute Summary collapse
-
#detector_result ⇒ Object
Returns the value of attribute detector_result.
-
#index ⇒ Object
Returns the value of attribute index.
-
#run ⇒ Object
Returns the value of attribute run.
-
#savings ⇒ Object
Returns the value of attribute savings.
Instance Method Summary collapse
- #ambient_units ⇒ Object
- #approved_removals ⇒ Object
- #candidates ⇒ Object
- #label_for(id) ⇒ Object
- #setup_only ⇒ Object
Instance Attribute Details
#detector_result ⇒ Object
Returns the value of attribute detector_result
13 14 15 |
# File 'lib/testprune/analysis.rb', line 13 def detector_result @detector_result end |
#index ⇒ Object
Returns the value of attribute index
13 14 15 |
# File 'lib/testprune/analysis.rb', line 13 def index @index end |
#run ⇒ Object
Returns the value of attribute run
13 14 15 |
# File 'lib/testprune/analysis.rb', line 13 def run @run end |
#savings ⇒ Object
Returns the value of attribute savings
13 14 15 |
# File 'lib/testprune/analysis.rb', line 13 def savings @savings end |
Instance Method Details
#ambient_units ⇒ Object
17 |
# File 'lib/testprune/analysis.rb', line 17 def ambient_units = detector_result.ambient_units |
#approved_removals ⇒ Object
15 |
# File 'lib/testprune/analysis.rb', line 15 def approved_removals = detector_result.approved_removals |
#candidates ⇒ Object
14 |
# File 'lib/testprune/analysis.rb', line 14 def candidates = detector_result.candidates |
#label_for(id) ⇒ Object
16 |
# File 'lib/testprune/analysis.rb', line 16 def label_for(id) = index.label_for(id) |
#setup_only ⇒ Object
18 |
# File 'lib/testprune/analysis.rb', line 18 def setup_only = detector_result.setup_only |