Module: Mixpanel::Flags::VariantSource

Defined in:
lib/mixpanel-ruby/flags/types.rb

Overview

Where a SelectedVariant came from. Set by the providers on every returned variant — coarse-grained (local / remote / fallback). For the specific reason behind a fallback, see FallbackReason.

Constant Summary collapse

LOCAL =
'local'.freeze
REMOTE =
'remote'.freeze
FALLBACK =
'fallback'.freeze