module Intercom::ApiOperations::Scroll

Public Instance Methods

scroll() click to toggle source
# File lib/intercom/api_operations/scroll.rb, line 9
def scroll
  finder_details = {}
  finder_details[:url] = "/#{collection_name}"
  ScrollCollectionProxy.new(collection_name, collection_class, details: finder_details, client: @client)
end