Class: Intercom::SearchCollectionProxy
- Inherits:
-
BaseCollectionProxy
- Object
- BaseCollectionProxy
- Intercom::SearchCollectionProxy
- Defined in:
- lib/intercom/search_collection_proxy.rb
Instance Attribute Summary
Attributes inherited from BaseCollectionProxy
#resource_class, #resource_name, #url
Instance Method Summary collapse
-
#initialize(resource_name, resource_class, details: {}, client:) ⇒ SearchCollectionProxy
constructor
A new instance of SearchCollectionProxy.
Methods inherited from BaseCollectionProxy
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 |