Method: Workable::Collection#fetch_next_page
- Defined in:
- lib/workable/collection.rb
permalink #fetch_next_page ⇒ Object
[View source]
23 24 25 26 27 |
# File 'lib/workable/collection.rb', line 23 def fetch_next_page return unless next_page? @next_page_method.call(@next_page, @transform_mapping, @root_key) end |