Class: RSpec::Risky::Probe::OutputProbe::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/risky/probe/output_probe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_warnObject

Returns the value of attribute allow_warn

Returns:

  • (Object)

    the current value of allow_warn



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def allow_warn
  @allow_warn
end

#fd_capturesObject

Returns the value of attribute fd_captures

Returns:

  • (Object)

    the current value of fd_captures



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def fd_captures
  @fd_captures
end

#original_stderrObject

Returns the value of attribute original_stderr

Returns:

  • (Object)

    the current value of original_stderr



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def original_stderr
  @original_stderr
end

#original_stdoutObject

Returns the value of attribute original_stdout

Returns:

  • (Object)

    the current value of original_stdout



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def original_stdout
  @original_stdout
end

#previous_stateObject

Returns the value of attribute previous_state

Returns:

  • (Object)

    the current value of previous_state



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def previous_state
  @previous_state
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def report
  @report
end

#rule_configObject

Returns the value of attribute rule_config

Returns:

  • (Object)

    the current value of rule_config



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def rule_config
  @rule_config
end

#stderr_proxyObject

Returns the value of attribute stderr_proxy

Returns:

  • (Object)

    the current value of stderr_proxy



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def stderr_proxy
  @stderr_proxy
end

#stdout_proxyObject

Returns the value of attribute stdout_proxy

Returns:

  • (Object)

    the current value of stdout_proxy



16
17
18
# File 'lib/rspec/risky/probe/output_probe.rb', line 16

def stdout_proxy
  @stdout_proxy
end