Method: LabClient::ProjectLabel#subscribe

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

#subscribeObject



33
34
35
36
37
# File 'lib/labclient/projects/labels/project_label.rb', line 33

def subscribe
  project_id = collect_project_id

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