class CreateTodosDto

Included Modules

Defined in:

modules/todos/dto/todo_dto.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(title : String) #

[View source]

Instance Method Detail

def items : Array(CreateItemsDto) #

[View source]
def items=(items : Array(CreateItemsDto)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]