class Oncall::Invocations::BaseRunner
Public Instance Methods
run(_err, _out)
click to toggle source
# File lib/oncall/invocations/base_runner.rb, line 4 def run(_err, _out) raise NotImplementedError end
# File lib/oncall/invocations/base_runner.rb, line 4 def run(_err, _out) raise NotImplementedError end