Class: MultiRepo::MergeValidationResult
- Inherits:
-
Object
- Object
- MultiRepo::MergeValidationResult
- Defined in:
- lib/multirepo/commands/merge-command.rb
Constant Summary collapse
- ABORT =
0- PROCEED =
1- MERGE_UPSTREAM =
2
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
20 21 22 |
# File 'lib/multirepo/commands/merge-command.rb', line 20 def end |
#outcome ⇒ Object
Returns the value of attribute outcome.
19 20 21 |
# File 'lib/multirepo/commands/merge-command.rb', line 19 def outcome @outcome end |