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.
1625 |
# File 'sig/crawlora.rbs', line 1625
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ 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
|
#category ⇒ 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
|
#home ⇒ Object
1628 |
# File 'sig/crawlora.rbs', line 1628
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|