Method: LabClient::ProjectMethods#branches
- Defined in:
- lib/labclient/projects/methods.rb
#branches(search = nil) ⇒ Object
Branches
345 346 347 |
# File 'lib/labclient/projects/methods.rb', line 345 def branches(search = nil) client.branches.list(id, search) end |