diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-05-28 17:59:19 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-06-03 16:35:57 +0300 |
commit | 2999c8b41f8272b239e4364867012c9e3d4a997a (patch) | |
tree | ea3fca536ea22c25e5ea57c11bdbc2a56da2c8fe /lib/api/entities.rb | |
parent | 17a8fe8a9011cfde0a9dbe70d726c769819a9dfd (diff) | |
download | gitlab-ci-2999c8b41f8272b239e4364867012c9e3d4a997a.tar.gz |
cleaning up
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 7417ef5..2089e23 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -29,11 +29,6 @@ module API expose :id, :project_id, :url end - class Job < Grape::Entity - expose :id, :project_id, :commands, :active, :name, :build_branches, - :build_tags, :tags, :job_type, :tag_list - end - class DeployJob < Grape::Entity expose :id, :project_id, :commands, :active, :name, :refs, :tags, :job_type, :refs, :tag_list |