Method: CyberSource::InlineResponse4006#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



78
79
80
81
82
83
84
# File 'lib/cyberSource_client/models/inline_response_400_6.rb', line 78

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      type == o.type &&
      message == o.message &&
      details == o.details
end