Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mangadex
master
Top Level Namespace
MangaDex
APIError
Chapter
Client
Group
Manga
PartialManga
Updates
User
Built with Crystal 1.9.2
2023-10-07 16:37:27 UTC
struct
MangaDex::Updates
MangaDex::Updates
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
mangadex/user.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#chapters
: Array(Chapter)
#groups
: Array(Group)
#manga
: Array(PartialManga)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
chapters
: Array(
Chapter
)
#
[
View source
]
def
groups
: Array(
Group
)
#
[
View source
]
def
manga
: Array(
PartialManga
)
#
[
View source
]