class Intercom::EventCollectionProxy
Public Instance Methods
paging_info_present?(response_hash)
click to toggle source
# File lib/intercom/service/event.rb, line 9 def paging_info_present?(response_hash) !!(response_hash['pages']) end