Class: Pinspec::Runner::Capture::Result
- Inherits:
-
Data
- Object
- Data
- Pinspec::Runner::Capture::Result
- Defined in:
- lib/pinspec/runner/capture.rb
Instance Attribute Summary collapse
-
#corpus ⇒ Object
readonly
Returns the value of attribute corpus.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#plan ⇒ Object
readonly
Returns the value of attribute plan.
-
#probe_source ⇒ Object
readonly
Returns the value of attribute probe_source.
-
#runs ⇒ Object
readonly
Returns the value of attribute runs.
-
#stability ⇒ Object
readonly
Returns the value of attribute stability.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#corpus ⇒ Object (readonly)
Returns the value of attribute corpus
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def corpus @corpus end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def output_path @output_path end |
#plan ⇒ Object (readonly)
Returns the value of attribute plan
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def plan @plan end |
#probe_source ⇒ Object (readonly)
Returns the value of attribute probe_source
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def probe_source @probe_source end |
#runs ⇒ Object (readonly)
Returns the value of attribute runs
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def runs @runs end |
#stability ⇒ Object (readonly)
Returns the value of attribute stability
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def stability @stability end |
#target ⇒ Object (readonly)
Returns the value of attribute target
11 12 13 |
# File 'lib/pinspec/runner/capture.rb', line 11 def target @target end |