Class: MultiRepo::MergeValidationResult

Inherits:
Object
  • Object
show all
Defined in:
lib/multirepo/commands/merge-command.rb

Constant Summary collapse

ABORT =
0
PROCEED =
1
MERGE_UPSTREAM =
2

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message.



20
21
22
# File 'lib/multirepo/commands/merge-command.rb', line 20

def message
  @message
end

#outcomeObject

Returns the value of attribute outcome.



19
20
21
# File 'lib/multirepo/commands/merge-command.rb', line 19

def outcome
  @outcome
end