Method: OryClient::Message#hash

Defined in:
lib/ory-client/models/message.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



401
402
403
# File 'lib/ory-client/models/message.rb', line 401

def hash
  [body, channel, created_at, dispatches, id, recipient, send_count, status, subject, template_type, type, updated_at].hash
end