gitlab-org--gitlab-foss/lib/github/representation/repo.rb
2017-04-24 16:17:52 -03:00

9 lines
135 B
Ruby

module Github
module Representation
class Repo < Representation::Base
def id
raw['id']
end
end
end
end