Method: OpenapiClient::AVSResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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