Method: LabClient::ProjectMethods#unprotect_branch
- Defined in:
- lib/labclient/projects/methods.rb
#unprotect_branch(branch_id) ⇒ Object
374 375 376 |
# File 'lib/labclient/projects/methods.rb', line 374 def unprotect_branch(branch_id) client.protected_branches.unprotect(id, branch_id) end |