Method: LabClient::ProjectMethods#protected_branch
- Defined in:
- lib/labclient/projects/methods.rb
#protected_branch(branch_id) ⇒ Object
370 371 372 |
# File 'lib/labclient/projects/methods.rb', line 370 def protected_branch(branch_id) client.protected_branches.show(id, branch_id) end |