Class: Crawlora::YahooSearchGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeYahooSearchGroup

Returns a new instance of YahooSearchGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


2005
# File 'sig/crawlora.rbs', line 2005

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#callObject

Parameters:

  • q: (String)
  • page: (Integer)
  • time_range: ("day", "week", "month")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#imagesObject

Parameters:

  • q: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#localObject

Parameters:

  • q: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#newsObject

Parameters:

  • q: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#suggestObject

Parameters:

  • q: (String)
  • count: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#videosObject

Parameters:

  • q: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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