Method: BitBucket::Result#has_next_page?
- Defined in:
- lib/bitbucket_rest_api/result.rb
#has_next_page? ⇒ Boolean
Returns true
if there is another page in the result set, otherwise false
123 124 125 |
# File 'lib/bitbucket_rest_api/result.rb', line 123 def has_next_page? page_iterator.has_next? end |