diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-24 19:04:39 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-04-24 19:04:39 -0300 |
commit | 9bdde5796a6e6ed56a29865b19a910bdea5d078e (patch) | |
tree | e7d4a4754278aa1898b998c669df2e8e8b84d643 /lib/github/representation/repo.rb | |
parent | 2b7328c3171661ce8e4a5b3b840ff5f3df19d3e0 (diff) | |
download | gitlab-ce-9bdde5796a6e6ed56a29865b19a910bdea5d078e.tar.gz |
Add Github::Representation::Base#id
Diffstat (limited to 'lib/github/representation/repo.rb')
-rw-r--r-- | lib/github/representation/repo.rb | 3 |
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 |