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

8 lines
127 B
Ruby

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