Class: GitBundle::Console::ExecutionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_bundle/console.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



11
12
13
# File 'lib/git_bundle/console.rb', line 11

def error
  @error
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



11
12
13
# File 'lib/git_bundle/console.rb', line 11

def output
  @output
end