Method: PureCloud::SystemPresence#hash
- Defined in:
- lib/purecloudplatformclientv2/models/system_presence.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
99 100 101 |
# File 'lib/purecloudplatformclientv2/models/system_presence.rb', line 99 def hash [id, name, self_uri].hash end |