Method: OryClient::EmailTemplateDataBody#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



145
146
147
# File 'lib/ory-client/models/email_template_data_body.rb', line 145

def hash
  [html, plaintext].hash
end