class Intercom::Service::Event

Public Instance Methods

collection_class() click to toggle source
# File lib/intercom/service/event.rb, line 20
def collection_class
  Intercom::Event
end
collection_proxy_class() click to toggle source
# File lib/intercom/service/event.rb, line 24
def collection_proxy_class
  Intercom::EventCollectionProxy
end