module Travis::API::V3 class Services::Branches::Find < Service paginate def run! query.find(find(:repository)) end end end