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

9 lines
172 B
Ruby

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