Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_deploy_keys_group_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2801dfc112dcaccbc8119af3116f785a6b1209b (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class GroupDeployKeysGroupEntity < Grape::Entity
  expose :can_push
  expose :group, using: GroupBasicEntity
end