Class: Crawlora::YahooSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize ⇒ YahooSearchGroup
constructor
A new instance of YahooSearchGroup.
Constructor Details
#initialize ⇒ YahooSearchGroup
Returns a new instance of YahooSearchGroup.
1419 |
# File 'sig/crawlora.rbs', line 1419
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#call ⇒ 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
|