Method: OryClient::Message#hash
- Defined in:
- lib/ory-client/models/message.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |