recurly-client-ruby
recurly-client-ruby copied to clipboard
fix: Allow Resource to be compare to other object
Problem
The Recurly::Resource
does not allow to compare to another object that does not respond to the attributes
method.