debian-mirror-gitlab/app/serializers/group_basic_entity.rb
2020-10-24 23:57:45 +05:30

11 lines
172 B
Ruby

# frozen_string_literal: true
class GroupBasicEntity < Grape::Entity
include RequestAwareEntity
expose :id
expose :name
expose :full_path
expose :full_name
end