summaryrefslogtreecommitdiff
path: root/lib/github/representation/repo.rb
blob: 6938aa7db055466f84b573d7237c472fb265bfd2 (plain)
1
2
3
4
5
6
module Github
  module Representation
    class Repo < Representation::Base
    end
  end
end