Class: Crawlora::YahooSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #call ⇒ Object
- #images ⇒ Object
-
#initialize ⇒ YahooSearchGroup
constructor
A new instance of YahooSearchGroup.
- #local ⇒ Object
- #news ⇒ Object
- #suggest ⇒ Object
- #videos ⇒ Object
Constructor Details
#initialize ⇒ YahooSearchGroup
Returns a new instance of YahooSearchGroup.
1582 |
# File 'sig/crawlora.rbs', line 1582
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#call ⇒ Object
1586 |
# File 'sig/crawlora.rbs', line 1586
def call: (?q: String, ?page: Integer, ?time_range: "day" | "week" | "month", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#images ⇒ Object
1583 |
# File 'sig/crawlora.rbs', line 1583
def images: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#local ⇒ Object
1584 |
# File 'sig/crawlora.rbs', line 1584
def local: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#news ⇒ Object
1585 |
# File 'sig/crawlora.rbs', line 1585
def news: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1587 |
# File 'sig/crawlora.rbs', line 1587
def suggest: (?q: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#videos ⇒ Object
1588 |
# File 'sig/crawlora.rbs', line 1588
def videos: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|