Method: PureCloud::IntradayScheduleData#hash

Defined in:
lib/purecloudclient_v2a/models/intraday_schedule_data.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



129
130
131
# File 'lib/purecloudclient_v2a/models/intraday_schedule_data.rb', line 129

def hash
  [on_queue_time_seconds, scheduled_time_seconds].hash
end