struct MangaDex::Manga

Included Modules

Defined in:

mangadex/manga.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def artist : Array(String) #

[View source]
def author : Array(String) #

[View source]
def chapters : Array(Chapter) #

[View source]
def client : Client | Nil #

def client! #

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

def cover : String #

[View source]
def description : String #

[View source]
def groups_hash : Hash(Int64, String) #

[View source]
def id : Int64 #

[View source]
def title : String #

[View source]