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.
485 |
# File 'sig/crawlora.rbs', line 485
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#rankings ⇒ Object
486 |
# File 'sig/crawlora.rbs', line 486
def rankings: (?sort: String, ?format: String, ?genre: String, ?status: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
487 |
# File 'sig/crawlora.rbs', line 487
def search: (?query: String, ?sort: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title ⇒ Object
488 |
# File 'sig/crawlora.rbs', line 488
def title: (?id: String, ?mal: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|