Class: Crawlora::YahooSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #call ⇒ Object
- #images ⇒ Object
-
#initialize ⇒ YahooSearchGroup
constructor
A new instance of YahooSearchGroup.
- #local ⇒ Object
- #news ⇒ Object
- #suggest ⇒ Object
- #videos ⇒ Object
Constructor Details
#initialize ⇒ YahooSearchGroup
Returns a new instance of YahooSearchGroup.
2005 |
# File 'sig/crawlora.rbs', line 2005
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#call ⇒ Object
2009 |
# File 'sig/crawlora.rbs', line 2009
def call: (?q: String, ?page: Integer, ?time_range: "day" | "week" | "month", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#images ⇒ Object
2006 |
# File 'sig/crawlora.rbs', line 2006
def images: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#local ⇒ Object
2007 |
# File 'sig/crawlora.rbs', line 2007
def local: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#news ⇒ Object
2008 |
# File 'sig/crawlora.rbs', line 2008
def news: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
2010 |
# File 'sig/crawlora.rbs', line 2010
def suggest: (?q: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#videos ⇒ Object
2011 |
# File 'sig/crawlora.rbs', line 2011
def videos: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|