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.
74 |
# File 'sig/crawlora.rbs', line 74
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#images ⇒ Object
75 |
# File 'sig/crawlora.rbs', line 75
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
76 |
# File 'sig/crawlora.rbs', line 76
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
77 |
# File 'sig/crawlora.rbs', line 77
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
78 |
# File 'sig/crawlora.rbs', line 78
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
79 |
# File 'sig/crawlora.rbs', line 79
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
|