Class: Intercom::SearchCollectionProxy

Inherits:
BaseCollectionProxy show all
Defined in:
lib/intercom/search_collection_proxy.rb

Instance Attribute Summary

Attributes inherited from BaseCollectionProxy

#resource_class, #resource_name, #url

Instance Method Summary collapse

Methods inherited from BaseCollectionProxy

#[], #each

Constructor Details

#initialize(resource_name, resource_class, details: {}, client:) ⇒ SearchCollectionProxy

Returns a new instance of SearchCollectionProxy.



8
9
10
# File 'lib/intercom/search_collection_proxy.rb', line 8

def initialize(resource_name, resource_class, details: {}, client:)
  super(resource_name, resource_class, details: details, client: client, method: 'post')
end