summaryrefslogtreecommitdiff
path: root/lib/github/representation/repo.rb
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-24 19:04:39 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-04-24 19:04:39 -0300
commit9bdde5796a6e6ed56a29865b19a910bdea5d078e (patch)
treee7d4a4754278aa1898b998c669df2e8e8b84d643 /lib/github/representation/repo.rb
parent2b7328c3171661ce8e4a5b3b840ff5f3df19d3e0 (diff)
downloadgitlab-ce-9bdde5796a6e6ed56a29865b19a910bdea5d078e.tar.gz
Add Github::Representation::Base#id
Diffstat (limited to 'lib/github/representation/repo.rb')
-rw-r--r--lib/github/representation/repo.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/github/representation/repo.rb b/lib/github/representation/repo.rb
index b9cae43450e..6938aa7db05 100644
--- a/lib/github/representation/repo.rb
+++ b/lib/github/representation/repo.rb
@@ -1,9 +1,6 @@
module Github
module Representation
class Repo < Representation::Base
- def id
- raw['id']
- end
end
end
end