debian-mirror-gitlab/app/serializers/label_entity.rb

13 lines
227 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
class LabelEntity < Grape::Entity
expose :id
expose :title
expose :color
expose :description
expose :group_id
expose :project_id
expose :template
expose :text_color
expose :created_at
expose :updated_at
end