class LittleGhost::Sandbox::Execution
Carries captured process output, exit status, and an optional execution error from Sandbox#execute or Sandbox#execute_program.
Attributes
The execution error, or nil when the process completed normally.
The child process exit status, when one is available.
Captured standard error, subject to the sandbox’s output limit.
Captured standard output, subject to the sandbox’s output limit.
Public Class Methods
# File lib/little_ghost/sandbox.rb, line 48
Collects the observable result of one sandbox process.
Public Instance Methods
Source
# File lib/little_ghost/sandbox.rb, line 71
Indicates that no execution error occurred and the exit code is zero.