Class: Karafka::Pro::Cli::ParallelSegments::Base
- Inherits:
-
Object
- Object
- Karafka::Pro::Cli::ParallelSegments::Base
- Includes:
- Helpers::Colorize
- Defined in:
- lib/karafka/pro/cli/parallel_segments/base.rb
Overview
Base class for all the parallel segments related operations
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Methods included from Helpers::Colorize
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
15 16 17 |
# File 'lib/karafka/pro/cli/parallel_segments/base.rb', line 15 def initialize() @options = end |