Class: Crawlora::AnimeGroup
- Inherits:
-
Object
- Object
- Crawlora::AnimeGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #airing_schedule ⇒ Object
- #character ⇒ Object
- #character_search ⇒ Object
-
#initialize ⇒ AnimeGroup
constructor
A new instance of AnimeGroup.
- #rankings ⇒ Object
- #search ⇒ Object
- #title ⇒ Object
- #title_characters ⇒ Object
- #title_recommendations ⇒ Object
- #title_staff ⇒ Object
Constructor Details
#initialize ⇒ AnimeGroup
Returns a new instance of AnimeGroup.
26 |
# File 'sig/crawlora.rbs', line 26
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#airing_schedule ⇒ Object
27 |
# File 'sig/crawlora.rbs', line 27
def airing_schedule: (?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#character ⇒ Object
29 |
# File 'sig/crawlora.rbs', line 29
def character: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#character_search ⇒ Object
28 |
# File 'sig/crawlora.rbs', line 28
def character_search: (?query: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rankings ⇒ Object
30 |
# File 'sig/crawlora.rbs', line 30
def rankings: (?sort: String, ?season: String, ?season_year: Integer, ?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
31 |
# File 'sig/crawlora.rbs', line 31
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
32 |
# File 'sig/crawlora.rbs', line 32
def title: (?id: String, ?mal: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_characters ⇒ Object
33 |
# File 'sig/crawlora.rbs', line 33
def title_characters: (?id: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_recommendations ⇒ Object
34 |
# File 'sig/crawlora.rbs', line 34
def title_recommendations: (?id: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#title_staff ⇒ Object
35 |
# File 'sig/crawlora.rbs', line 35
def title_staff: (?id: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|