Class: Envirobly::Git::OUTPUT

Inherits:
Struct
  • Object
show all
Defined in:
lib/envirobly/git.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



6
7
8
# File 'lib/envirobly/git.rb', line 6

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



6
7
8
# File 'lib/envirobly/git.rb', line 6

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



6
7
8
# File 'lib/envirobly/git.rb', line 6

def stdout
  @stdout
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



6
7
8
# File 'lib/envirobly/git.rb', line 6

def success?
  @success?
end