Class: Crawlora::YahooAutosGroup

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

Instance Method Summary collapse

Constructor Details

#initializeYahooAutosGroup

Returns a new instance of YahooAutosGroup.

Parameters:

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


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

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)


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

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

#categoryObject

Parameters:

  • category: ("auto-shows", "classic-and-collector", "deals-and-buying-guides", "ev-and-future-tech", "general", "new-vehicles-and-reviews", "ownership", "people-and-culture", "policy-and-environment", "safety-and-recalls")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def category: (?category: "auto-shows" | "classic-and-collector" | "deals-and-buying-guides" | "ev-and-future-tech" | "general" | "new-vehicles-and-reviews" | "ownership" | "people-and-culture" | "policy-and-environment" | "safety-and-recalls", ?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)


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

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