We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 485ee65 + 71afd3f commit 0c3216cCopy full SHA for 0c3216c
lib/intercom/client_collection_proxy.rb
@@ -6,7 +6,7 @@ class ClientCollectionProxy
6
7
attr_reader :resource_name
8
9
- def initialize(resource_name, finder_details: {}, client: client)
+ def initialize(resource_name, finder_details: {}, client:)
10
@resource_name = resource_name
11
@resource_class = Utils.constantize_resource_name(resource_name)
12
@finder_url = (finder_details[:url] || "/#{@resource_name}")
0 commit comments