Method: Restforce::Collection#current_page

Defined in:
lib/restforce/collection.rb

#current_pageObject

Return array of the elements on the current page


60
61
62
# File 'lib/restforce/collection.rb', line 60

def current_page
  first(@raw_page['records'].size)
end