summaryrefslogtreecommitdiff
path: root/app/serializers/group_basic_entity.rb
blob: 24a05100d43a4b894a42cdc2ec5879038ec5dd07 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

class GroupBasicEntity < Grape::Entity
  include RequestAwareEntity

  expose :id
  expose :name
  expose :full_path
  expose :full_name
end