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