Method: PureCloud::CampaignTimeSlot#hash

Defined in:
lib/purecloud/models/campaign_time_slot.rb

#hashObject

Calculate hash code according to all attributes.



86
87
88
# File 'lib/purecloud/models/campaign_time_slot.rb', line 86

def hash
  [start_time, stop_time, day].hash
end