Class: SMPTool::CLI::Executor::Operator

Inherits:
Object
  • Object
show all
Defined in:
lib/smp_tool/cli/executor/operator.rb

Overview

Base class for the executors that do some operation.

Instance Method Summary collapse

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:, **options)
  @logger = logger
  @options = options
end

Instance Method Details

#callObject



15
# File 'lib/smp_tool/cli/executor/operator.rb', line 15

def call; end