Class: Crawlora::DuckDuckGoSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::DuckDuckGoSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #duckduckgo_image ⇒ Object
- #duckduckgo_news ⇒ Object
- #duckduckgo_search ⇒ Object
- #duckduckgo_shopping ⇒ Object
- #duckduckgo_video ⇒ Object
-
#initialize ⇒ DuckDuckGoSearchGroup
constructor
A new instance of DuckDuckGoSearchGroup.
Constructor Details
#initialize ⇒ DuckDuckGoSearchGroup
Returns a new instance of DuckDuckGoSearchGroup.
435 |
# File 'sig/crawlora.rbs', line 435
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#duckduckgo_image ⇒ Object
436 |
# File 'sig/crawlora.rbs', line 436
def duckduckgo_image: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_news ⇒ Object
437 |
# File 'sig/crawlora.rbs', line 437
def duckduckgo_news: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_search ⇒ Object
438 |
# File 'sig/crawlora.rbs', line 438
def duckduckgo_search: (?q: String, ?page: Integer, ?region: String, ?time_range: "d" | "w" | "m" | "y", ?safe_search: "strict" | "moderate" | "off", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_shopping ⇒ Object
439 |
# File 'sig/crawlora.rbs', line 439
def duckduckgo_shopping: (?q: String, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_video ⇒ Object
440 |
# File 'sig/crawlora.rbs', line 440
def duckduckgo_video: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|