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

  expose :protected?, as: :protected
end