Hwaro::Utils::CommandRunner::Result
Inherits Struct / Value / Object
Result of a command execution
Constructors
new(success : Bool, output : String, error : String, exit_code : Int32)
SourceInstance methods
error
Sourceerror=(error : String)
Sourceexit_code
Sourceexit_code=(exit_code : Int32)
Sourceoutput
Sourceoutput=(output : String)
Sourcesuccess
Sourcesuccess=(success : Bool)
Source