Class: Pinspec::Runner::Capture::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/pinspec/runner/capture.rb

Instance Attribute Summary collapse

Instance Attribute Details

#corpusObject (readonly)

Returns the value of attribute corpus

Returns:

  • (Object)

    the current value of corpus



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def corpus
  @corpus
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def output_path
  @output_path
end

#planObject (readonly)

Returns the value of attribute plan

Returns:

  • (Object)

    the current value of plan



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def plan
  @plan
end

#probe_sourceObject (readonly)

Returns the value of attribute probe_source

Returns:

  • (Object)

    the current value of probe_source



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def probe_source
  @probe_source
end

#runsObject (readonly)

Returns the value of attribute runs

Returns:

  • (Object)

    the current value of runs



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def runs
  @runs
end

#stabilityObject (readonly)

Returns the value of attribute stability

Returns:

  • (Object)

    the current value of stability



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def stability
  @stability
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



11
12
13
# File 'lib/pinspec/runner/capture.rb', line 11

def target
  @target
end