BigW Consortium Gitlab

label_entity.rb 227 Bytes
Newer Older
1 2 3 4 5 6 7 8
class LabelEntity < Grape::Entity
  expose :id
  expose :title
  expose :color
  expose :description
  expose :group_id
  expose :project_id
  expose :template
9
  expose :text_color
10 11 12
  expose :created_at
  expose :updated_at
end