Method: PureCloud::TimeOffRequestQueryBody#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



159
160
161
# File 'lib/purecloudplatformclientv2/models/time_off_request_query_body.rb', line 159

def hash
  [user_ids, statuses, date_range].hash
end