lib/purecloud/models/time_slot.rb in purecloud-0.17.0 vs lib/purecloud/models/time_slot.rb in purecloud-0.18.0

- old
+ new

@@ -1,10 +1,12 @@ require 'date' module PureCloud class TimeSlot + # start time in xx:xx:xx.xxx format attr_accessor :start_time + # stop time in xx:xx:xx.xxx format attr_accessor :stop_time attr_accessor :day # Attribute mapping from ruby-style variable name to JSON key.