Method: LabClient::ProjectMethods#protected_branches

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

#protected_branches(search = nil) ⇒ Object

Protected Branches



366
367
368
# File 'lib/labclient/projects/methods.rb', line 366

def protected_branches(search = nil)
  client.protected_branches.list(id, search)
end