Class: MetzScan::Commands::Scan::AutoFix::CommandResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/commands/scan/auto_fix.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



13
14
15
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



13
14
15
# File 'lib/metz_scan/commands/scan/auto_fix.rb', line 13

def stdout
  @stdout
end