Class: Intercom::Service::Note

Inherits:
BaseService show all
Includes:
ApiOperations::Find
Defined in:
lib/intercom/service/note.rb

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ApiOperations::Find

#find

Methods inherited from BaseService

#collection_name, #from_api, #initialize

Constructor Details

This class inherits a constructor from Intercom::Service::BaseService

Instance Method Details

#collection_classObject



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

def collection_class
  Intercom::Note
end

#collection_proxy_classObject



13
14
15
# File 'lib/intercom/service/note.rb', line 13

def collection_proxy_class
  Intercom::BaseCollectionProxy
end