Method: MailSlurpClient::BounceProjection#==
- Defined in:
- lib/mailslurp_client/models/bounce_projection.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
128 129 130 131 132 133 134 135 136 137 |
# File 'lib/mailslurp_client/models/bounce_projection.rb', line 128 def ==(o) return true if self.equal?(o) self.class == o.class && sender == o.sender && created_at == o.created_at && bounce_type == o.bounce_type && bounce_mta == o.bounce_mta && subject == o.subject && id == o.id end |