Class: Proxy::RemoteExecution::Ssh::Runners::NoopUserMethod
- Inherits:
-
Object
- Object
- Proxy::RemoteExecution::Ssh::Runners::NoopUserMethod
- Defined in:
- lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb
Instance Method Summary collapse
- #cli_command_prefix ⇒ Object
- #filter_password?(received_data) ⇒ Boolean
- #on_data(_, _) ⇒ Object
- #reset ⇒ Object
- #sent_all_data? ⇒ Boolean
Instance Method Details
#cli_command_prefix ⇒ Object
89 |
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 89 def cli_command_prefix; end |
#filter_password?(received_data) ⇒ Boolean
81 82 83 |
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 81 def filter_password?(received_data) false end |
#on_data(_, _) ⇒ Object
79 |
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 79 def on_data(_, _); end |
#reset ⇒ Object
91 |
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 91 def reset; end |
#sent_all_data? ⇒ Boolean
85 86 87 |
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 85 def sent_all_data? true end |