Method: OpenapiClient::AVSResponse#hash
- Defined in:
- lib/openapi_client/models/avs_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
150 151 152 |
# File 'lib/openapi_client/models/avs_response.rb', line 150 def hash [street_match, postal_code_match, association_avs_response].hash end |