Method: MailSlurpClient::Complaint#hash

Defined in:
lib/mailslurp_client/models/complaint.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



171
172
173
# File 'lib/mailslurp_client/models/complaint.rb', line 171

def hash
  [id, user_id, event_type, mail_source, mail_message_id, complaint_recipient, created_at, updated_at].hash
end