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

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

class ReleaseEntity < Grape::Entity
  expose :id
  expose :tag # see https://gitlab.com/gitlab-org/gitlab/-/issues/36338
end