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.
58 |
# File 'sig/crawlora.rbs', line 58
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#images ⇒ Object
59 |
# File 'sig/crawlora.rbs', line 59
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
60 |
# File 'sig/crawlora.rbs', line 60
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
61 |
# File 'sig/crawlora.rbs', line 61
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
62 |
# File 'sig/crawlora.rbs', line 62
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
63 |
# File 'sig/crawlora.rbs', line 63
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
|