Method: DocuSign_eSign::ConnectLogs#==

Defined in:
lib/docusign_esign/models/connect_logs.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



92
93
94
95
96
97
98
99
# File 'lib/docusign_esign/models/connect_logs.rb', line 92

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      failures == o.failures &&
      logs == o.logs &&
      total_records == o.total_records &&
      type == o.type
end