Method: LabClient::GroupLabel#unsubscribe

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

#unsubscribeObject



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

def unsubscribe
  group_id = collect_group_id

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