class Git::CommandLineResult
def initialize(git_cmd, status, stdout, stderr)
-
stderr(String) -- the error output of the process -
stdout(String) -- the output of the process -
status(Process::Status) -- the status of the process -
git_cmd(Array) -- the git command that was executed
def initialize(git_cmd, status, stdout, stderr) @git_cmd = git_cmd @status = status @stdout = stdout @stderr = stderr end