Method: LabClient::ProjectMethods#unprotect_tag

Defined in:
lib/labclient/projects/methods.rb

#unprotect_tag(tag_id) ⇒ Object



424
425
426
# File 'lib/labclient/projects/methods.rb', line 424

def unprotect_tag(tag_id)
  client.protected_tags.unprotect(id, tag_id)
end