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

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

# rubocop: disable Gitlab/NamespacedClass
class GroupAccessTokenSerializer < BaseSerializer
  entity GroupAccessTokenEntity
end
# rubocop: enable Gitlab/NamespacedClass