class ForemanRemoteExecutionCore::NoopUserMethod
Public Instance Methods
cli_command_prefix()
click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 102 def cli_command_prefix end
filter_password?(received_data)
click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 94 def filter_password?(received_data) false end
on_data(_, _)
click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 91 def on_data(_, _) end
reset()
click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 105 def reset end
sent_all_data?()
click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 98 def sent_all_data? true end