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