Method: PureCloud::UserPresenceAlert#hash
- Defined in:
- lib/purecloud/models/user_presence_alert.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
211 212 213 |
# File 'lib/purecloud/models/user_presence_alert.rb', line 211 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 |