rally_rest_api 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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