summaryrefslogtreecommitdiff
path: root/app/serializers/status_entity.rb
blob: 47066bebfb11075658c0888d381590d4bce27bf5 (plain)
1
2
3
4
5
6
7
8
class StatusEntity < Grape::Entity
  include RequestAwareEntity

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

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