Method: LabClient::PaginatedResponse#help
- Defined in:
- lib/labclient/paginated_response.rb
#help ⇒ Object
31 32 33 34 35 36 37 38 39 40 41 |
# File 'lib/labclient/paginated_response.rb', line 31 def help puts <<~DOC Pagination Helper Methods auto_paginate Automatically collect and return all results for a query. Accepts block paginate_with_limit Iterate through pages, but end when a certain limit is reached each_page Similar with auto_paginate, you can call each_page directly DOC end |