Method: BitBucket::Client#pull_requests

Defined in:
lib/bitbucket_rest_api/client.rb

#pull_requests(options = {}) ⇒ Object



28
29
30
# File 'lib/bitbucket_rest_api/client.rb', line 28

def pull_requests(options = {})
  @pull_requests ||= ApiFactory.new 'Repos::PullRequest', options
end