Method: PureCloud::SystemPresence#hash

Defined in:
lib/purecloudplatformclientv2/models/system_presence.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



99
100
101
# File 'lib/purecloudplatformclientv2/models/system_presence.rb', line 99

def hash
  [id, name, self_uri].hash
end