Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
spider-gazelle
main
App
Application
CreateTable1
IrreversibleMigration
Task
Collection
TaskBody
TasksController
Built with Crystal 1.9.2
2023-10-07 17:12:03 UTC
class
TaskBody
TaskBody
Reference
Object
Overview
https://crystal-lang.org/api/0.36.1/JSON/Serializable.html
Included Modules
JSON::Serializable
Defined in:
controllers/serialiser.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#description
: String
#done
: Bool
#id
: Int32
#name
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
description
: String
#
[
View source
]
def
done
: Bool
#
[
View source
]
def
id
: Int32
#
[
View source
]
def
name
: String
#
[
View source
]