Class: HammerCLIForemanRemoteExecution::JobTemplate::CloneCommand
- Inherits:
-
HammerCLIForeman::CreateCommand
- Object
- HammerCLIForeman::CreateCommand
- HammerCLIForemanRemoteExecution::JobTemplate::CloneCommand
- Defined in:
- lib/hammer_cli_foreman_remote_execution/job_template.rb
Instance Method Summary collapse
Instance Method Details
#request_params ⇒ Object
74 75 76 77 78 |
# File 'lib/hammer_cli_foreman_remote_execution/job_template.rb', line 74 def request_params params = super params['job_template']['name'] = option_new_name params end |