struct MangaDex::PartialManga

Included Modules

Defined in:

mangadex/manga.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, client : MangaDex::Client | Nil, *, title : String | Nil = nil, description : String | Nil = nil, cover : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def client : Client | Nil #

def client! #

[View source]
def client=(client : Client | Nil) #

def cover : String #

[View source]
def description : String | Nil #

[View source]
def id : Int64 #

[View source]
def title : String #

[View source]