debian-mirror-gitlab/app/serializers/group_variable_entity.rb
2018-11-18 11:00:15 +05:30

10 lines
158 B
Ruby

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