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