Class: Pikuri::Subprocess::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/subprocess.rb

Overview

Combined output + exit status, returned from #wait.

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject (readonly)

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



65
66
67
# File 'lib/pikuri/subprocess.rb', line 65

def output
  @output
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



65
66
67
# File 'lib/pikuri/subprocess.rb', line 65

def status
  @status
end