Class: PostHog::FeatureFlagEvaluations::EvaluatedFlagRecord
- Inherits:
-
Struct
- Object
- Struct
- PostHog::FeatureFlagEvaluations::EvaluatedFlagRecord
- Defined in:
- lib/posthog/feature_flag_evaluations.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#locally_evaluated ⇒ Object
Returns the value of attribute locally_evaluated.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#variant ⇒ Object
Returns the value of attribute variant.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def enabled @enabled end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def id @id end |
#key ⇒ Object
Returns the value of attribute key
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def key @key end |
#locally_evaluated ⇒ Object
Returns the value of attribute locally_evaluated
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def locally_evaluated @locally_evaluated end |
#payload ⇒ Object
Returns the value of attribute payload
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def payload @payload end |
#reason ⇒ Object
Returns the value of attribute reason
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def reason @reason end |
#variant ⇒ Object
Returns the value of attribute variant
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def variant @variant end |
#version ⇒ Object
Returns the value of attribute version
15 16 17 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 15 def version @version end |