Method: LabClient::ProjectCommits#commit_refs

Defined in:
lib/labclient/commits/project_helpers.rb

#commit_refs(commit_id, scope = :all) ⇒ Object



17
18
19
# File 'lib/labclient/commits/project_helpers.rb', line 17

def commit_refs(commit_id, scope = :all)
  client.commits.refs(id, commit_id, scope)
end