Class: MetzScan::Commands::Scan::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Commands::Scan::Runner::Result
- Defined in:
- lib/metz_scan/commands/scan/runner.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/metz_scan/commands/scan/runner.rb', line 19 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
19 20 21 |
# File 'lib/metz_scan/commands/scan/runner.rb', line 19 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
19 20 21 |
# File 'lib/metz_scan/commands/scan/runner.rb', line 19 def stdout @stdout end |