Class: GitBundle::Console::ExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- GitBundle::Console::ExecutionResult
- Defined in:
- lib/git_bundle/console.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
11 12 13 |
# File 'lib/git_bundle/console.rb', line 11 def error @error end |
#output ⇒ Object
Returns the value of attribute output
11 12 13 |
# File 'lib/git_bundle/console.rb', line 11 def output @output end |