Class: HammerCLIForemanRemoteExecution::JobTemplate::CloneCommand

Inherits:
HammerCLIForeman::CreateCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman_remote_execution/job_template.rb

Instance Method Summary collapse

Instance Method Details

#request_paramsObject



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