summaryrefslogtreecommitdiff
path: root/app/serializers/group_variable_entity.rb
blob: 0edab4a309257b6b6f30ab22340aff348ec05cb8 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class GroupVariableEntity < Grape::Entity
  expose :id
  expose :key
  expose :value

  expose :protected?, as: :protected
end