Class: Proxy::RemoteExecution::Ssh::Runners::NoopUserMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb

Instance Method Summary collapse

Instance Method Details

#cli_command_prefixObject



86
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 86

def cli_command_prefix; end

#filter_password?(received_data) ⇒ Boolean

Returns:

  • (Boolean)


78
79
80
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 78

def filter_password?(received_data)
  false
end

#on_data(_, _) ⇒ Object



76
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 76

def on_data(_, _); end

#resetObject



88
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 88

def reset; end

#sent_all_data?Boolean

Returns:

  • (Boolean)


82
83
84
# File 'lib/smart_proxy_remote_execution_ssh/runners/script_runner.rb', line 82

def sent_all_data?
  true
end