Method: LabClient::PaginatedResponse#help

Defined in:
lib/labclient/paginated_response.rb

#helpObject



31
32
33
34
35
36
37
38
39
40
41
# File 'lib/labclient/paginated_response.rb', line 31

def help
  puts "    Pagination Helper Methods\n      auto_paginate\n        Automatically collect and return all results for a query. Accepts block\n      paginate_with_limit\n        Iterate through pages, but end when a certain limit is reached\n      each_page\n        Similar with auto_paginate, you can call each_page directly\n  DOC\nend\n"