Class: Intercom::EventCollectionProxy

Inherits:
ClientCollectionProxy show all
Defined in:
lib/intercom/service/event.rb

Instance Attribute Summary

Attributes inherited from BaseCollectionProxy

#resource_class, #resource_name, #url

Instance Method Summary collapse

Methods inherited from ClientCollectionProxy

#each, #fetch

Methods inherited from BaseCollectionProxy

#[], #each, #initialize

Constructor Details

This class inherits a constructor from Intercom::BaseCollectionProxy

Instance Method Details

#paging_info_present?(response_hash) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/intercom/service/event.rb', line 9

def paging_info_present?(response_hash)
  !!(response_hash['pages'])
end