Class: Courier::Automations::MergeAlgorithm

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/automations/types/merge_algorithm.rb

Constant Summary collapse

REPLACE =
"replace"
NONE =
"none"
OVERWRITE =
"overwrite"
SOFT_MERGE =
"soft-merge"