Method: Cnvrg::ConnectJobSsh#start
- Defined in:
- lib/cnvrg/connect_job_ssh.rb
#start(username, password, no_auth, port: nil) ⇒ Object
13 14 15 |
# File 'lib/cnvrg/connect_job_ssh.rb', line 13 def start(username, password, no_auth, port: nil) Cnvrg::API_V2.request("#{@owner}/job_ssh/#{@job_id}/start" , 'POST', {username: username, password: password, no_auth: no_auth, port: port}) end |