Class: Crawlora::BingGroup
- Inherits:
-
Object
- Object
- Crawlora::BingGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #images ⇒ Object
-
#initialize ⇒ BingGroup
constructor
A new instance of BingGroup.
- #news ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
- #videos ⇒ Object
Constructor Details
#initialize ⇒ BingGroup
Returns a new instance of BingGroup.
95 |
# File 'sig/crawlora.rbs', line 95
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#images ⇒ Object
96 |
# File 'sig/crawlora.rbs', line 96
def images: (?q: String, ?page: Integer, ?count: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#news ⇒ Object
97 |
# File 'sig/crawlora.rbs', line 97
def news: (?q: String, ?page: Integer, ?count: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
98 |
# File 'sig/crawlora.rbs', line 98
def search: (?q: String, ?page: Integer, ?count: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
99 |
# File 'sig/crawlora.rbs', line 99
def suggest: (?q: String, ?count: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#videos ⇒ Object
100 |
# File 'sig/crawlora.rbs', line 100
def videos: (?q: String, ?page: Integer, ?count: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|