class Proxy::RemoteExecution::Ssh::Runners::NoopUserMethod
Public Instance Methods
cli_command_prefix()
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 88 def cli_command_prefix; end
filter_password?(received_data)
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 80 def filter_password?(received_data) false end
on_data(_, _)
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 78 def on_data(_, _); end
reset()
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 90 def reset; end
sent_all_data?()
click to toggle source
# File lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb, line 84 def sent_all_data? true end