Class: Crawlora::YahooSearchGroup

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

Instance Method Summary collapse

Constructor Details

#initializeYahooSearchGroup

Returns a new instance of YahooSearchGroup.

Parameters:

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


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

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

Instance Method Details

#callObject

Parameters:

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

Returns:

  • (Object)


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

def call: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped