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



102
103
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 102

def cli_command_prefix
end

#filter_password?(received_data) ⇒ Boolean

Returns:

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

#resetObject



105
106
# File 'lib/foreman_remote_execution_core/script_runner.rb', line 105

def reset
end

#sent_all_data?Boolean

Returns:

  • (Boolean)


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

def sent_all_data?
  true
end