Method: PureCloud::IntradayScheduleData#hash
- Defined in:
- lib/purecloudclient_v2a/models/intraday_schedule_data.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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 |