Method: OpenapiClient::AVSResponse#==
- Defined in:
- lib/openapi_client/models/avs_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
134 135 136 137 138 139 140 |
# File 'lib/openapi_client/models/avs_response.rb', line 134 def ==(o) return true if self.equal?(o) self.class == o.class && street_match == o.street_match && postal_code_match == o.postal_code_match && association_avs_response == o.association_avs_response end |