Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 390 Bytes

File metadata and controls

20 lines (14 loc) · 390 Bytes

Late::QueueSlot

Properties

Name Type Description Notes
day_of_week Integer Day of week (0=Sunday, 6=Saturday) [optional]
time String Time in HH:mm format (24-hour) [optional]

Example

require 'late-sdk'

instance = Late::QueueSlot.new(
  day_of_week: null,
  time: null
)