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

group_variable_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f8205924aadaaa20cd343c7f233c757da010a04 (plain)
1
2
3
class GroupVariableSerializer < BaseSerializer
  entity GroupVariableEntity
end