Sha256: eca14d90506c22d0dd7cfddda94bf2bb23b90200d60813d35ffbbf99a01f6970
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
# typed: strict # frozen_string_literal: true module OpenFeature # Provides ambient information for the purposes of flag evaluation. # Currently does not meet specification! class EvaluationContext < T::Struct const :targeting_key, T.nilable(String) end end
Version data entries
3 entries across 3 versions & 1 rubygems