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

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

class TriggerVariableEntity < Grape::Entity
  include RequestAwareEntity

  expose :key, :value, :public
end