Class: Crawlora::YahooAutosGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooAutosGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #article ⇒ Object
- #category ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ YahooAutosGroup
constructor
A new instance of YahooAutosGroup.
Constructor Details
#initialize ⇒ YahooAutosGroup
Returns a new instance of YahooAutosGroup.
1502 |
# File 'sig/crawlora.rbs', line 1502
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ 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
|
#category ⇒ 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
|
#home ⇒ Object
1505 |
# File 'sig/crawlora.rbs', line 1505
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|