Method: PureCloud::ScreenShareConversationNotification#hash
- Defined in:
- lib/purecloud/models/screen_share_conversation_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
100 101 102 |
# File 'lib/purecloud/models/screen_share_conversation_notification.rb', line 100 def hash [id, name, participants, other_media_uris].hash end |