Method: MailSlurpClient::EmailFeatureCategoryName#hash
- Defined in:
- lib/mailslurp_client/models/email_feature_category_name.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
141 142 143 |
# File 'lib/mailslurp_client/models/email_feature_category_name.rb', line 141 def hash [slug, name].hash end |