Class: MetzScan::Commands::Scan::AutoFix::CommandResult
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Commands::Scan::AutoFix::CommandResult
- Defined in:
- lib/metz_scan/commands/scan/auto_fix.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
13 14 15 |
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
13 14 15 |
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
13 14 15 |
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13 def stdout @stdout end |