summaryrefslogtreecommitdiff
path: root/app/serializers/group_variable_entity.rb
blob: 62cf0b21e1e3df90443fa4f7a81638313468e3b7 (plain)
1
2
3
4
5
6
7
class GroupVariableEntity < Grape::Entity
  expose :id
  expose :key
  expose :value

  expose :protected?, as: :protected
end