Class: ForemanRemoteExecutionCore::NoopUserMethod
- Inherits:
-
Object
- Object
- ForemanRemoteExecutionCore::NoopUserMethod
- Defined in:
- lib/foreman_remote_execution_core/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
99 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 99 def cli_command_prefix; end |
#filter_password?(received_data) ⇒ Boolean
91 92 93 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 91 def filter_password?(received_data) false end |
#on_data(_, _) ⇒ Object
89 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 89 def on_data(_, _); end |
#reset ⇒ Object
101 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 101 def reset; end |
#sent_all_data? ⇒ Boolean
95 96 97 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 95 def sent_all_data? true end |