You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r=cl.repos.pull_request.all("zck","2048.el")r.values[1].eachdo |pr|
ppr.author.usernameppr.links.self.href# This does not cause the error# p pr["links"].self.hrefend
Error is:
/Users/sshaw/.rvm/gems/ruby-2.2.3/gems/bitbucket_rest_api-0.1.7/lib/bitbucket_rest_api/result.rb:64:in `links': uninitialized constant BitBucket::PageLinks (NameError)
from bb.rb:32:in `block in <main>'
from bb.rb:30:in `each'
from bb.rb:30:in `<main>'
Calling pr["links"].self.href does not cause the error.