Class: SMPTool::CLI::Executor::Operator
- Inherits:
-
Object
- Object
- SMPTool::CLI::Executor::Operator
- Defined in:
- lib/smp_tool/cli/executor/operator.rb
Overview
Base class for the executors that do some operation.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(logger:, **options) ⇒ Operator
constructor
A new instance of Operator.
Constructor Details
#initialize(logger:, **options) ⇒ Operator
Returns a new instance of Operator.
10 11 12 13 |
# File 'lib/smp_tool/cli/executor/operator.rb', line 10 def initialize(logger:, **) @logger = logger @options = end |
Instance Method Details
#call ⇒ Object
15 |
# File 'lib/smp_tool/cli/executor/operator.rb', line 15 def call; end |