status_entity.rb 172 Bytes EditWeb IDE 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