Method: MailSlurpClient::EmailFeatureCategoryName#hash

Defined in:
lib/mailslurp_client/models/email_feature_category_name.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



141
142
143
# File 'lib/mailslurp_client/models/email_feature_category_name.rb', line 141

def hash
  [slug, name].hash
end