struct

Hwaro::Utils::CommandRunner::Result

Inherits Struct / Value / Object

Result of a command execution

Constructors

new(success : Bool, output : String, error : String, exit_code : Int32)
Source

Instance methods

error
Source
error=(error : String)
Source
exit_code
Source
exit_code=(exit_code : Int32)
Source
output
Source
output=(output : String)
Source
success
Source
success=(success : Bool)
Source