gitlab-org--gitlab-foss/app/serializers/analytics_stage_entity.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
214 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class AnalyticsStageEntity < Grape::Entity
include EntityDateHelper
expose :title
expose :name
expose :legend
expose :description
expose :project_median, as: :value
end