class ForemanProbingCore::Actions::CommandRunner
Public Class Methods
new(*command)
click to toggle source
Calls superclass method
# File lib/foreman_probing_core/actions/use_probe.rb, line 7 def initialize(*command) super @command = command end
Public Instance Methods
start()
click to toggle source
# File lib/foreman_probing_core/actions/use_probe.rb, line 12 def start initialize_command(*@command) end