Method: PureCloud::EmailAddress#hash
- Defined in:
- lib/purecloud/models/email_address.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
76 77 78 |
# File 'lib/purecloud/models/email_address.rb', line 76 def hash [email, name].hash end |