Method: OpenapiClient::Secure3DAuthenticationResponse#hash

Defined in:
lib/openapi_client/models/secure3_d_authentication_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



158
159
160
# File 'lib/openapi_client/models/secure3_d_authentication_response.rb', line 158

def hash
  [type, version, params, secure3d_method].hash
end