Class: Intercom::EventCollectionProxy
- Inherits:
-
ClientCollectionProxy
- Object
- ClientCollectionProxy
- Intercom::EventCollectionProxy
- Defined in:
- lib/intercom/service/event.rb
Instance Attribute Summary
Attributes inherited from ClientCollectionProxy
#finder_url, #resource_class, #resource_name
Instance Method Summary collapse
Methods inherited from ClientCollectionProxy
Constructor Details
This class inherits a constructor from Intercom::ClientCollectionProxy
Instance Method Details
#paging_info_present?(response_hash) ⇒ Boolean
9 10 11 |
# File 'lib/intercom/service/event.rb', line 9 def paging_info_present?(response_hash) !!(response_hash['pages']) end |