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

status_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfd9d1584a1ca631d890204dead9d9ebe77953fd (plain)
1
2
3
4
5
6
7
8
class StatusEntity < Grape::Entity
  include RequestAwareEntity

  expose :icon, :favicon, :text, :label, :group

  expose :has_details?, as: :has_details
  expose :details_path
end