gitlab-org--gitlab-foss/lib/bitbucket/representation/pull_request.rb

7 lines
104 B
Ruby
Raw Normal View History

module Bitbucket
module Representation
class PullRequest < Representation::Base
end
end
end