Class: MetzScan::Commands::Scan::Runner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



19
20
21
# File 'lib/metz_scan/commands/scan/runner.rb', line 19

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



19
20
21
# File 'lib/metz_scan/commands/scan/runner.rb', line 19

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



19
20
21
# File 'lib/metz_scan/commands/scan/runner.rb', line 19

def stdout
  @stdout
end