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

variable_serializer.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32ae82ab51c8d981911fb3b39923ddc553b4def8 (plain)
1
2
3
class VariableSerializer < BaseSerializer
  entity VariableEntity
end