mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-23 00:45:28 +00:00
8 lines
140 B
Ruby
8 lines
140 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MoveToProjectEntity < Grape::Entity
|
|
expose :id
|
|
expose :name_with_namespace
|
|
expose :full_path
|
|
end
|