Method: OryClient::MessageDispatch#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



204
205
206
# File 'lib/ory-client/models/message_dispatch.rb', line 204

def hash
  [created_at, error, id, message_id, status, updated_at].hash
end