struct MangaDex::PartialManga
- MangaDex::PartialManga
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
mangadex/manga.crConstructors
- .new(id : Int64, client : MangaDex::Client | Nil, *, title : String | Nil = nil, description : String | Nil = nil, cover : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #client : Client | Nil
- #client!
- #client=(client : Client | Nil)
- #cover : String
- #description : String | Nil
- #id : Int64
- #title : String
Constructor Detail
def self.new(id : Int64, client : MangaDex::Client | Nil, *, title : String | Nil = nil, description : String | Nil = nil, cover : String | Nil = nil)
#