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
102 103 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 102 def cli_command_prefix end |
#filter_password?(received_data) ⇒ Boolean
94 95 96 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 94 def filter_password?(received_data) false end |
#on_data(_, _) ⇒ Object
91 92 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 91 def on_data(_, _) end |
#reset ⇒ Object
105 106 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 105 def reset end |
#sent_all_data? ⇒ Boolean
98 99 100 |
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 98 def sent_all_data? true end |