Method: LabClient::ProjectVariable#update

Defined in:
lib/labclient/projects/variables/project_variable.rb

#update(query) ⇒ Object



15
16
17
18
19
# File 'lib/labclient/projects/variables/project_variable.rb', line 15

def update(query)
  project_id = collect_project_id

  update_self client.projects.variables.update(project_id, key, query)
end