Sha256: 495e0b0d4091adc761db547d50792f002553377036ba7dc97a8c15f5e9e2546a
Contents?: true
Size: 505 Bytes
Versions: 64
Compression:
Stored size: 505 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2018 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require_relative '../enum' module GoodData module LCM2 module Type class SynchronizeLDM < EnumType def values %w(diff_against_clients diff_against_master diff_against_master_with_fallback) end end end end end
Version data entries
64 entries across 64 versions & 1 rubygems