lib/purecloud/models/time_slot.rb in purecloud-0.25.0 vs lib/purecloud/models/time_slot.rb in purecloud-0.26.0
- old
+ new
@@ -1,15 +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
- # 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
{