Class: SMPTool::CLI::Executor::Base
- Inherits:
-
Object
- Object
- SMPTool::CLI::Executor::Base
- Defined in:
- lib/smp_tool/cli/executor/base.rb
Overview
Base class all executors inherit from.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(logger:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(logger:) ⇒ Base
Returns a new instance of Base.
10 11 12 |
# File 'lib/smp_tool/cli/executor/base.rb', line 10 def initialize(logger:, **) @logger = logger end |
Instance Method Details
#call ⇒ Object
14 |
# File 'lib/smp_tool/cli/executor/base.rb', line 14 def call; end |