debian-mirror-gitlab/app/serializers/variable_entity.rb
2018-03-17 18:26:18 +05:30

8 lines
122 B
Ruby

class VariableEntity < Grape::Entity
expose :id
expose :key
expose :value
expose :protected?, as: :protected
end