Class: PostHog::FeatureFlagEvaluations::Host

Inherits:
Struct
  • Object
show all
Defined in:
lib/posthog/feature_flag_evaluations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capture_flag_called_event_if_neededObject

Returns the value of attribute capture_flag_called_event_if_needed

Returns:

  • (Object)

    the current value of 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_warningObject

Returns the value of attribute log_warning

Returns:

  • (Object)

    the current value of log_warning



20
21
22
# File 'lib/posthog/feature_flag_evaluations.rb', line 20

def log_warning
  @log_warning
end