Method: MailSlurpClient::TemplateDto#hash
- Defined in:
- lib/mailslurp_client/models/template_dto.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
157 158 159 |
# File 'lib/mailslurp_client/models/template_dto.rb', line 157 def hash [id, name, variables, content, created_at].hash end |