Class: Karafka::Pro::Routing::Features::InlineInsights::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/karafka/pro/routing/features/inline_insights/config.rb

Overview

Config of this feature

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject Also known as: active?

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



20
21
22
# File 'lib/karafka/pro/routing/features/inline_insights/config.rb', line 20

def active
  @active
end

#requiredObject Also known as: required?

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



20
21
22
# File 'lib/karafka/pro/routing/features/inline_insights/config.rb', line 20

def required
  @required
end