BigW Consortium Gitlab

status_entity.rb 172 Bytes
class StatusEntity < Grape::Entity
  include RequestAwareEntity

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

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