Method: LabClient::ProjectLabel#unsubscribe

Defined in:
lib/labclient/projects/labels/project_label.rb

#unsubscribeObject



39
40
41
42
43
# File 'lib/labclient/projects/labels/project_label.rb', line 39

def unsubscribe
  project_id = collect_project_id

  client.projects.labels.unsubscribe(project_id, id)
end