Method: LabClient::Group#label_unsubscribe

Defined in:
lib/labclient/groups/group.rb

#label_unsubscribe(label_id) ⇒ Object



235
236
237
# File 'lib/labclient/groups/group.rb', line 235

def label_unsubscribe(label_id)
  client.groups.labels.unsubscribe(id, label_id)
end