Class: ForemanRemoteExecutionCore::NoopUserMethod

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

Instance Method Summary collapse

Instance Method Details

#cli_command_prefixObject



99
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 99

def cli_command_prefix; end

#filter_password?(received_data) ⇒ Boolean

Returns:

  • (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

#resetObject



101
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 101

def reset; end

#sent_all_data?Boolean

Returns:

  • (Boolean)


95
96
97
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 95

def sent_all_data?
  true
end