-
Notifications
You must be signed in to change notification settings - Fork 137
private method `rate_limit_details' called for Intercom::Request #498
Copy link
Copy link
Closed
Description
Version info
- intercom-ruby version: 3.9.2
- Ruby version: 2.6.5
Expected behavior
Perform an API request to create a user should execute with no expected errors
Actual behavior
An error occurs due to the changes in the most recent gem version bump where the method called here https://github.com/intercom/intercom-ruby/blob/master/lib/intercom/client.rb#L146 got privatised.
Steps to reproduce
- Use the API client to perform a request to create a user
Logs
Failure/Error: api_client.users.create(user_attributes)
NoMethodError:
private method `rate_limit_details' called for #<Intercom::Request:0x00007fdec4f829d8>
Did you mean? rate_limit_details=
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/intercom-3.9.2/lib/intercom/client.rb:146:in `execute_request'
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/intercom-3.9.2/lib/intercom/client.rb:119:in `post'
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/intercom-3.9.2/lib/intercom/api_operations/save.rb:27:in `save'
.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/intercom-3.9.2/lib/intercom/api_operations/save.rb:19:in `create'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.