Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
apiclient
master
Top Level Namespace
Apiclient
App
ObjectReponse
Generated using Crystal 1.14.0
2024-11-26 07:44:55 UTC
struct
ObjectReponse
ObjectReponse
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
config.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#completed
: Bool
#id
: Int32
#order
: Int32 | Nil
#title
: String
#url
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
completed
: Bool
#
[
View source
]
def
id
: Int32
#
[
View source
]
def
order
: Int32 | Nil
#
[
View source
]
def
title
: String
#
[
View source
]
def
url
: String
#
[
View source
]