Class: Crawlora::YahooTechGroup

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

Instance Method Summary collapse

Constructor Details

#initializeYahooTechGroup

Returns a new instance of YahooTechGroup.

Parameters:

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


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

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

Instance Method Details

#articleObject

Parameters:

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

Returns:

  • (Object)


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

def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#categoryObject

Parameters:

  • category: ("ai", "apps", "audio", "computing", "deals", "gaming", "home", "home-entertainment", "phones", "puzzles", "science", "streaming", "vpn", "wearables")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def category: (?category: "ai" | "apps" | "audio" | "computing" | "deals" | "gaming" | "home" | "home-entertainment" | "phones" | "puzzles" | "science" | "streaming" | "vpn" | "wearables", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#homeObject

Parameters:

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

Returns:

  • (Object)


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

def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped