From 435c6bb20b0307af712b2c8df30155d59af1c995 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 4 Aug 2015 17:27:32 +0200 Subject: Remove unused entities --- lib/api/entities.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 2f7ca0f..910db52 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -34,10 +34,5 @@ module API class WebHook < Grape::Entity expose :id, :project_id, :url end - - class DeployJob < Grape::Entity - expose :id, :project_id, :commands, :active, :name, - :refs, :tags, :job_type, :refs, :tag_list - end end end -- cgit v1.2.1