Sha256: 9817f51e0dbab906623d65362c97c2c4f3ada5f6f7349ee4aef55998abc75684
Contents?: true
Size: 341 Bytes
Versions: 9
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true module Yext module Api module Enumerations # An enumeration class to contain the allowable values for the validation option on # API calls. class Validation include Yext::Api::Concerns::EnumAll STRICT = "strict" LENIENT = "lenient" end end end end
Version data entries
9 entries across 9 versions & 1 rubygems