struct DTO::Skill

Defined in:

common/dto/skill.cr

Constructors

Instance Method Summary

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 #