Module: Intercom::ApiOperations::Scroll
- Included in:
- Service::Company, Service::Lead, Service::User
- Defined in:
- lib/intercom/api_operations/scroll.rb
Instance Method Summary collapse
Instance Method Details
#scroll ⇒ Object
9 10 11 12 13 |
# 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 |