Method: PureCloud::UserPresenceAlert#hash
- Defined in:
- lib/purecloudplatformclientv2/models/user_presence_alert.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
253 254 255 |
# File 'lib/purecloudplatformclientv2/models/user_presence_alert.rb', line 253 def hash [id, name, presence_user, presence_type, presence_value, presence_limit_in_seconds, rule_id, start_date, end_date, notification_users, alert_types, rule_uri, self_uri].hash end |