class Todo::Item
- Todo::Item
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
todo.crConstructors
Instance Method Summary
- #_id : String
- #_id=(_id : String)
- #completed : Bool
- #completed=(completed : Bool)
- #order : Int32
- #order=(order : Int32)
- #title : String
- #title=(title : String)