Method: CyberSource::InlineResponse502#==
- Defined in:
- lib/cyberSource_client/models/inline_response_502.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
135 136 137 138 139 140 141 142 |
# File 'lib/cyberSource_client/models/inline_response_502.rb', line 135 def ==(o) return true if self.equal?(o) self.class == o.class && submit_time_utc == o.submit_time_utc && status == o.status && reason == o.reason && == o. end |