Class: Ast::Merge::GitDriverOutput

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



792
793
794
# File 'lib/ast/merge.rb', line 792

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



792
793
794
# File 'lib/ast/merge.rb', line 792

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



792
793
794
# File 'lib/ast/merge.rb', line 792

def stdout
  @stdout
end