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

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

class NamespaceBasicEntity < Grape::Entity
  expose :id
  expose :full_path
end