Class: Proxy::Probing::Actions::CommandRunner
- Inherits:
-
Dynflow::Runner::CommandRunner
- Object
- Dynflow::Runner::CommandRunner
- Proxy::Probing::Actions::CommandRunner
- Defined in:
- lib/smart-proxy-probing/actions/use_probe.rb
Instance Method Summary collapse
-
#initialize(*command) ⇒ CommandRunner
constructor
A new instance of CommandRunner.
- #start ⇒ Object
Constructor Details
#initialize(*command) ⇒ CommandRunner
7 8 9 10 |
# File 'lib/smart-proxy-probing/actions/use_probe.rb', line 7 def initialize(*command) super @command = command end |
Instance Method Details
#start ⇒ Object
12 13 14 |
# File 'lib/smart-proxy-probing/actions/use_probe.rb', line 12 def start initialize_command(*@command) end |