Class: Karafka::Pro::Routing::Features::InlineInsights::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Pro::Routing::Features::InlineInsights::Config
- Defined in:
- lib/karafka/pro/routing/features/inline_insights/config.rb
Overview
Config of this feature
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#required ⇒ Object
(also: #required?)
Returns the value of attribute required.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
20 21 22 |
# File 'lib/karafka/pro/routing/features/inline_insights/config.rb', line 20 def active @active end |
#required ⇒ Object Also known as: required?
Returns the value of attribute required
20 21 22 |
# File 'lib/karafka/pro/routing/features/inline_insights/config.rb', line 20 def required @required end |