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

9 lines
182 B
Ruby
Raw Normal View History

class StatusEntity < Grape::Entity
include RequestAwareEntity
expose :icon, :favicon, :text, :label, :group
expose :has_details?, as: :has_details
expose :details_path
end