Method: OpenapiClient::Secure3DAuthenticationResponse#==
- Defined in:
- lib/openapi_client/models/secure3_d_authentication_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
141 142 143 144 145 146 147 148 |
# File 'lib/openapi_client/models/secure3_d_authentication_response.rb', line 141 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && version == o.version && params == o.params && secure3d_method == o.secure3d_method end |