Method: MailSlurpClient::Complaint#hash
- Defined in:
- lib/mailslurp_client/models/complaint.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
171 172 173 |
# File 'lib/mailslurp_client/models/complaint.rb', line 171 def hash [id, user_id, event_type, mail_source, , complaint_recipient, created_at, updated_at].hash end |