Method: LabClient::ProjectLabel#subscribe
- Defined in:
- lib/labclient/projects/labels/project_label.rb
#subscribe ⇒ Object
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 |