Method: CyberSource::ErrorLinks#==

Defined in:
lib/cyberSource_client/models/error_links.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



81
82
83
84
85
86
87
# File 'lib/cyberSource_client/models/error_links.rb', line 81

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      _self == o._self &&
      documentation == o.documentation &&
      _next == o._next
end