rally_rest_api 0.5.6 → 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,6 @@ class QueryResult < RestObject
|
|
36
36
|
@start_index = elements[:start_index].to_i
|
37
37
|
end
|
38
38
|
|
39
|
-
require 'active_support/breakpoint'
|
40
39
|
# fetch the next page of results. Uses the original query to generate the query string.
|
41
40
|
def next_page
|
42
41
|
@rally_rest.query(@query.next_page(:start => self.start_index + self.page_size,
|
metadata
CHANGED