Method: LabClient::GroupLabel#subscribe

Defined in:
lib/labclient/groups/labels/group_label.rb

#subscribeObject



27
28
29
30
31
# File 'lib/labclient/groups/labels/group_label.rb', line 27

def subscribe
  group_id = collect_group_id

  client.groups.labels.subscribe(group_id, id)
end