struct MangaDex::Chapter

Included Modules

Defined in:

mangadex/chapter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def chapter : String #

[View source]
def client : Client | Nil #

def client! #

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

def groups : Array(Group) #

[View source]
def groups=(groups : Array(MangaDex::Group)) #

[View source]
def hash : String #
Description copied from class Object

Generates an UInt64 hash value for this object.

This method must have the property that a == b implies a.hash == b.hash.

The hash value is used along with == by the Hash class to determine if two objects reference the same hash key.

Subclasses must not override this method. Instead, they must define hash(hasher), though usually the macro def_hash can be used to generate this method.


[View source]
def id : Int64 #

[View source]
def lang_code : String #

[View source]
def language : String #

[View source]
def manga : Manga #

[View source]
def manga=(manga : Manga | Nil) #

[View source]
def manga_id : Int64 #

[View source]
def manga_title : String #

[View source]
def pages(*, fallback = false) #

[View source]
def raw_groups : Array(Int64 | Group) #

[View source]
def timestamp : Int64 #

[View source]
def title : String #

[View source]
def volume : String #

[View source]