Class: RSpec::Risky::Probe::OutputProbe::State
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Risky::Probe::OutputProbe::State
- Defined in:
- lib/rspec/risky/probe/output_probe.rb
Instance Attribute Summary collapse
-
#allow_warn ⇒ Object
Returns the value of attribute allow_warn.
-
#fd_captures ⇒ Object
Returns the value of attribute fd_captures.
-
#original_stderr ⇒ Object
Returns the value of attribute original_stderr.
-
#original_stdout ⇒ Object
Returns the value of attribute original_stdout.
-
#previous_state ⇒ Object
Returns the value of attribute previous_state.
-
#report ⇒ Object
Returns the value of attribute report.
-
#rule_config ⇒ Object
Returns the value of attribute rule_config.
-
#stderr_proxy ⇒ Object
Returns the value of attribute stderr_proxy.
-
#stdout_proxy ⇒ Object
Returns the value of attribute stdout_proxy.
Instance Attribute Details
#allow_warn ⇒ Object
Returns the value of attribute allow_warn
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def allow_warn @allow_warn end |
#fd_captures ⇒ Object
Returns the value of attribute fd_captures
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def fd_captures @fd_captures end |
#original_stderr ⇒ Object
Returns the value of attribute original_stderr
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def original_stderr @original_stderr end |
#original_stdout ⇒ Object
Returns the value of attribute original_stdout
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def original_stdout @original_stdout end |
#previous_state ⇒ Object
Returns the value of attribute previous_state
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def previous_state @previous_state end |
#report ⇒ Object
Returns the value of attribute report
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def report @report end |
#rule_config ⇒ Object
Returns the value of attribute rule_config
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def rule_config @rule_config end |
#stderr_proxy ⇒ Object
Returns the value of attribute stderr_proxy
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def stderr_proxy @stderr_proxy end |
#stdout_proxy ⇒ Object
Returns the value of attribute stdout_proxy
16 17 18 |
# File 'lib/rspec/risky/probe/output_probe.rb', line 16 def stdout_proxy @stdout_proxy end |