Method: OryClient::EmailTemplateDataBody#hash
- Defined in:
- lib/ory-client/models/email_template_data_body.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
145 146 147 |
# File 'lib/ory-client/models/email_template_data_body.rb', line 145 def hash [html, plaintext].hash end |