Method: PureCloud::TimeOffRequestUpdateNotification#hash
- Defined in:
- lib/purecloud/models/time_off_request_update_notification.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
229 230 231 |
# File 'lib/purecloud/models/time_off_request_update_notification.rb', line 229 def hash [id, user, is_full_day_request, marked_as_read, activity_code_id, status, partial_day_start_date_times, full_day_management_unit_dates, daily_duration_minutes, notes, reviewed_date, reviewed_by, submitted_date, submitted_by, modified_date, modified_by].hash end |