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::Group
MangaDex::Group
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
mangadex/group.cr
Constructors
.new
(id : Int64, name : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#id
: Int64
#name
: String
Constructor Detail
def self.
new
(id : Int64, name : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
id
: Int64
#
[
View source
]
def
name
: String
#
[
View source
]