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::Skill
DTO::Skill
Struct
Value
Object
Defined in:
common/dto/skill.cr
Constructors
.new
(id : Int32 | Nil, name : String)
Instance Method Summary
#clone
#copy_with
(id _id = @id, name _name = @name)
#id
: Int32 | Nil
#name
: String
Constructor Detail
def self.
new
(id : Int32 | Nil, name : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(id _id = @id, name _name = @name)
#
[
View source
]
def
id
: Int32 | Nil
#
def
name
: String
#