Method: OryClient::MessageDispatch#hash
- Defined in:
- lib/ory-client/models/message_dispatch.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
204 205 206 |
# File 'lib/ory-client/models/message_dispatch.rb', line 204 def hash [created_at, error, id, , status, updated_at].hash end |