struct
TandaCLI::Models::RegularHoursPattern
- TandaCLI::Models::RegularHoursPattern
- Struct
- Value
- Object
Defined in:
tanda_cli/models/regular_hours_pattern.crtanda_cli/models/regular_hours_pattern/entry.cr
Constructors
- .from_rosters(rosters : Array(API::Types::Roster), user_id : Int32) : self
- .new(entries : Array(Entry), weeks_probed : Int32, weeks_with_data : Int32)
Instance Method Summary
- #empty? : Bool
- #entries : Array(Entry)
- #representer : Representers::RegularHoursPattern
- #to_regular_hours_schedules : Array(RegularHoursSchedule)
- #weeks_probed : Int32
- #weeks_with_data : Int32