Method: PureCloud::UserImage#hash
- Defined in:
- lib/purecloud/models/user_image.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
77 78 79 |
# File 'lib/purecloud/models/user_image.rb', line 77 def hash [resolution, image_uri].hash end |