class ItemsDto
- ItemsDto
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
modules/todos/dto/item_dto.crConstructors
- .new(id : Int32 | Nil, todos_id : Int32 | Nil, checked : Bool | Nil, name : String)
- .new(pull : JSON::PullParser)
- .new(it : Items)
Constructor Detail
def self.new(id : Int32 | Nil, todos_id : Int32 | Nil, checked : Bool | Nil, name : String)
#