Class: Ast::Merge::GitDriverOutput
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GitDriverOutput
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#exit_code ⇒ Object
Returns the value of attribute exit_code
792 793 794 |
# File 'lib/ast/merge.rb', line 792 def exit_code @exit_code end |
#stderr ⇒ Object
Returns the value of attribute stderr
792 793 794 |
# File 'lib/ast/merge.rb', line 792 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
792 793 794 |
# File 'lib/ast/merge.rb', line 792 def stdout @stdout end |