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

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

class RouteEntity < Grape::Entity
  expose :id
  expose :source_id
  expose :source_type
  expose :path
end