Method: OpenapiClient::InlineResponse401#==
- Defined in:
- lib/openapi_client/models/inline_response401.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
159 160 161 162 163 164 165 |
# File 'lib/openapi_client/models/inline_response401.rb', line 159 def ==(o) return true if self.equal?(o) self.class == o.class && error == o.error && == o. && code == o.code end |