class TodosDto

Included Modules

Defined in:

modules/todos/dto/todo_dto.cr

Constructors

Constructor Detail

def self.new(id : Int32 | Nil, title : String, created_at : Time | Nil, updated_at : Time | Nil, items : Array(ItemsDto) = [] of ItemsDto) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(todo : Todo, items : Array(ItemsDto) = [] of ItemsDto) #

[View source]