Class: Crawlora::MangaGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeMangaGroup

Returns a new instance of MangaGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


485
# File 'sig/crawlora.rbs', line 485

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#rankingsObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#searchObject

Parameters:

  • query: (String)
  • sort: (String)
  • page: (Integer)
  • per_page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#titleObject

Parameters:

  • id: (String)
  • mal: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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