Class: Intercom::EventCollectionProxy
- Inherits:
-
ClientCollectionProxy
- Object
- BaseCollectionProxy
- ClientCollectionProxy
- Intercom::EventCollectionProxy
- 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
Methods inherited from BaseCollectionProxy
Constructor Details
This class inherits a constructor from Intercom::BaseCollectionProxy
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 |