Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_entity.rb « jira_connect « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5a552cb9d89d5f28bcac3b12a15a91b56c34c26 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

class JiraConnect::GroupEntity < Grape::Entity
  expose :name
  expose :avatar_url
  expose :full_name
  expose :description
end