class
Hamilton::Types::Checklist
- Hamilton::Types::Checklist
- Reference
- Object
Overview
Describes a checklist.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/checklist.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#others_can_add_tasks : Bool | Nil
True, if users other than the creator of the list can add tasks to the list.
-
#others_can_add_tasks=(others_can_add_tasks : Bool | Nil)
True, if users other than the creator of the list can add tasks to the list.
-
#others_can_mark_tasks_as_done : Bool | Nil
True, if users other than the creator of the list can mark tasks as done or not done.
-
#others_can_mark_tasks_as_done=(others_can_mark_tasks_as_done : Bool | Nil)
True, if users other than the creator of the list can mark tasks as done or not done.
-
#tasks : Array(Hamilton::Types::ChecklistTask)
List of tasks in the checklist.
-
#tasks=(tasks : Array(Hamilton::Types::ChecklistTask))
List of tasks in the checklist.
-
#title : String
Title of the checklist.
-
#title=(title : String)
Title of the checklist.
-
#title_entities : Array(Hamilton::Types::MessageEntity) | Nil
Special entities that appear in the checklist title.
-
#title_entities=(title_entities : Array(Hamilton::Types::MessageEntity) | Nil)
Special entities that appear in the checklist title.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
True, if users other than the creator of the list can add tasks to the list.
True, if users other than the creator of the list can add tasks to the list.
True, if users other than the creator of the list can mark tasks as done or not done.
True, if users other than the creator of the list can mark tasks as done or not done.
Special entities that appear in the checklist title.
Special entities that appear in the checklist title.