debian-mirror-gitlab/app/serializers/cluster_application_entity.rb
2018-03-17 18:26:18 +05:30

5 lines
125 B
Ruby

class ClusterApplicationEntity < Grape::Entity
expose :name
expose :status_name, as: :status
expose :status_reason
end