Method: OpenapiClient::FraudScore#hash
- Defined in:
- lib/openapi_client/models/fraud_score.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
118 119 120 |
# File 'lib/openapi_client/models/fraud_score.rb', line 118 def hash [score, warnings, explanations, recommended_decision].hash end |