Method: TrieveRubyClient::ErrorResponseBody#==
- Defined in:
- lib/trieve_ruby_client/models/error_response_body.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
89 90 91 92 93 |
# File 'lib/trieve_ruby_client/models/error_response_body.rb', line 89 def ==(o) return true if self.equal?(o) self.class == o.class && == o. end |