summaryrefslogtreecommitdiff
path: root/lib/github/representation/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/github/representation/base.rb')
-rw-r--r--lib/github/representation/base.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/github/representation/base.rb b/lib/github/representation/base.rb
index 385e62ae99d..f26bdbdd546 100644
--- a/lib/github/representation/base.rb
+++ b/lib/github/representation/base.rb
@@ -6,6 +6,10 @@ module Github
@options = options
end
+ def id
+ raw['id']
+ end
+
def url
raw['url']
end