Method: ElasticEmail::SmtpCredentials#hash
- Defined in:
- lib/ElasticEmail/models/smtp_credentials.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
175 176 177 |
# File 'lib/ElasticEmail/models/smtp_credentials.rb', line 175 def hash [access_level, name, date_created, last_use, expires, restrict_access_to_ip_range].hash end |