Method: CyberSource::Link#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      href == o.href &&
      title == o.title &&
      method == o.method
end