class Proxy::RemoteExecution::Ssh::Dispatcher
Public Instance Methods
refresh_interval()
click to toggle source
# 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