Class: Proxy::RemoteExecution::Ssh::Dispatcher
- Inherits:
-
Dynflow::Runner::Dispatcher
- Object
- Dynflow::Runner::Dispatcher
- Proxy::RemoteExecution::Ssh::Dispatcher
- Defined in:
- lib/smart_proxy_remote_execution_ssh/dispatcher.rb
Instance Method Summary collapse
Instance Method Details
#refresh_interval ⇒ Object
5 6 7 8 |
# File 'lib/smart_proxy_remote_execution_ssh/dispatcher.rb', line 5 def refresh_interval @refresh_interval ||= Plugin.settings[:runner_refresh_interval] || Plugin.runner_class::DEFAULT_REFRESH_INTERVAL end |