lib/purecloud/models/time_slot.rb in purecloud-0.28.0 vs lib/purecloud/models/time_slot.rb in purecloud-0.29.1
- old
+ new
@@ -1,12 +1,15 @@
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
+ # Day for this time slot, Monday = 1 ... Sunday = 7
attr_accessor :day
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{