Class: Crawlora::MangaGroup
- Inherits:
-
Object
- Object
- Crawlora::MangaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ MangaGroup
constructor
A new instance of MangaGroup.
- #rankings ⇒ Object
- #search ⇒ Object
- #title ⇒ Object
Constructor Details
#initialize ⇒ MangaGroup
Returns a new instance of MangaGroup.
574 |
# File 'sig/crawlora.rbs', line 574
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#rankings ⇒ Object
575 |
# File 'sig/crawlora.rbs', line 575
def rankings: (?sort: "TRENDING_DESC" | "POPULARITY_DESC" | "SCORE_DESC" | "FAVOURITES_DESC" | "START_DATE_DESC" | "UPDATED_AT_DESC", ?format: "MANGA" | "NOVEL" | "ONE_SHOT", ?genre: String, ?status: "FINISHED" | "RELEASING" | "NOT_YET_RELEASED" | "CANCELLED" | "HIATUS", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
576 |
# File 'sig/crawlora.rbs', line 576
def search: (?query: String, ?sort: "SEARCH_MATCH" | "POPULARITY_DESC" | "SCORE_DESC" | "TRENDING_DESC" | "FAVOURITES_DESC" | "START_DATE_DESC", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title ⇒ Object
577 |
# File 'sig/crawlora.rbs', line 577
def title: (?id: String, ?mal: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|