Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
recrutement-ddd
master
CandidateRepository
Model
DTO
Candidate
Interview
Recruiter
Room
Skill
TimeSlot
Hiring
CancelInterview
Candidate
Hr
HumanRessource
Interview
Status
Recruiter
Rooms
Room
TimeSlot
ScheduleInterview
Skill
TimeSlot
InterviewRepository
Model
RecruiterRepository
Model
Repository
RoomRepository
Model
Built with Crystal 1.9.2
2023-10-07 10:49:18 UTC
struct
DTO::TimeSlot
DTO::TimeSlot
Struct
Value
Object
Defined in:
common/dto/time_slot.cr
Constructors
.new
(start_at : Time, end_at : Time)
Instance Method Summary
#clone
#copy_with
(start_at _start_at = @start_at, end_at _end_at = @end_at)
#end_at
: Time
#start_at
: Time
Constructor Detail
def self.
new
(start_at : Time, end_at : Time)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(start_at _start_at = @start_at, end_at _end_at = @end_at)
#
[
View source
]
def
end_at
: Time
#
def
start_at
: Time
#