debian-mirror-gitlab/lib/api/entities/group_label.rb
2020-03-13 15:44:24 +05:30

9 lines
117 B
Ruby

# frozen_string_literal: true
module API
module Entities
class GroupLabel < Entities::Label
end
end
end