Method: PureCloud::Screenshare#hash
- Defined in:
- lib/purecloud/models/screenshare.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
186 187 188 |
# File 'lib/purecloud/models/screenshare.rb', line 186 def hash [state, id, context, sharing, peer_count, disconnect_type, connected_time, disconnected_time, provider, segments].hash end |