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



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

def cli_command_prefix
end

#filter_password?(received_data) ⇒ Boolean

Returns:

  • (Boolean)


87
88
89
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 87

def filter_password?(received_data)
  false
end

#on_data(_, _) ⇒ Object



84
85
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 84

def on_data(_, _)
end

#resetObject



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

def reset
end

#sent_all_data?Boolean

Returns:

  • (Boolean)


91
92
93
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 91

def sent_all_data?
  true
end