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.
107 |
# File 'sig/crawlora.rbs', line 107
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#images ⇒ Object
108 |
# File 'sig/crawlora.rbs', line 108
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
109 |
# File 'sig/crawlora.rbs', line 109
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
110 |
# File 'sig/crawlora.rbs', line 110
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
111 |
# File 'sig/crawlora.rbs', line 111
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
112 |
# File 'sig/crawlora.rbs', line 112
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
|