Method: OpenapiClient::InlineResponse409#==
- Defined in:
- lib/openapi_client/models/inline_response409.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
138 139 140 141 142 143 144 |
# File 'lib/openapi_client/models/inline_response409.rb', line 138 def ==(o) return true if self.equal?(o) self.class == o.class && code == o.code && token == o.token && error == o.error end |