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

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

class MoveToProjectEntity < Grape::Entity
  expose :id
  expose :name_with_namespace
  expose :full_path
end