Class: PostHog::FeatureFlagEvaluations::Host
- Inherits:
-
Struct
- Object
- Struct
- PostHog::FeatureFlagEvaluations::Host
- Defined in:
- lib/posthog/feature_flag_evaluations.rb
Instance Attribute Summary collapse
-
#capture_flag_called_event_if_needed ⇒ Object
Returns the value of attribute capture_flag_called_event_if_needed.
-
#log_warning ⇒ Object
Returns the value of attribute log_warning.
Instance Attribute Details
#capture_flag_called_event_if_needed ⇒ Object
Returns the value of attribute capture_flag_called_event_if_needed
20 21 22 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 20 def capture_flag_called_event_if_needed @capture_flag_called_event_if_needed end |
#log_warning ⇒ Object
Returns the value of attribute log_warning
20 21 22 |
# File 'lib/posthog/feature_flag_evaluations.rb', line 20 def log_warning @log_warning end |