Class: Courier::Automations::MergeAlgorithm
- Inherits:
-
Object
- Object
- Courier::Automations::MergeAlgorithm
- Defined in:
- lib/trycourier/automations/types/merge_algorithm.rb
Constant Summary collapse
- REPLACE =
"replace"
- NONE =
"none"
- OVERWRITE =
"overwrite"
- SOFT_MERGE =
"soft-merge"