Method: CyberSource::ResponseStatusDetails#==
- Defined in:
- lib/cyberSource_client/models/response_status_details.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
71 72 73 74 75 76 |
# File 'lib/cyberSource_client/models/response_status_details.rb', line 71 def ==(o) return true if self.equal?(o) self.class == o.class && location == o.location && == o. end |