Method: CyberSource::UnauthorizedClientError#==
- Defined in:
- lib/cybersource_rest_client/models/unauthorized_client_error.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
69 70 71 72 73 74 |
# File 'lib/cybersource_rest_client/models/unauthorized_client_error.rb', line 69 def ==(o) return true if self.equal?(o) self.class == o.class && error == o.error && error_description == o.error_description end |