Method: LabClient::GroupLabel#unsubscribe

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

#unsubscribeObject



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

def unsubscribe
  group_id = collect_group_id

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