summaryrefslogtreecommitdiff
path: root/app/serializers/trigger_variable_entity.rb
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