Method: PureCloud::OutOfOfficeNotification#hash
- Defined in:
- lib/purecloud/models/out_of_office_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
106 107 108 |
# File 'lib/purecloud/models/out_of_office_notification.rb', line 106 def hash [user, active, start_date, end_date, modified_date].hash end |