Method: stcloud::MailReportResponse#==
- Defined in:
- lib/stcloud/models/mail_report_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
99 100 101 102 103 104 105 106 |
# File 'lib/stcloud/models/mail_report_response.rb', line 99 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data && errors == o.errors && == o. && success == o.success end |