Class: Crawlora::YahooEntertainmentGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooEntertainmentGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #article ⇒ Object
- #category ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ YahooEntertainmentGroup
constructor
A new instance of YahooEntertainmentGroup.
Constructor Details
#initialize ⇒ YahooEntertainmentGroup
Returns a new instance of YahooEntertainmentGroup.
1509 |
# File 'sig/crawlora.rbs', line 1509
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
1510 |
# File 'sig/crawlora.rbs', line 1510
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1511 |
# File 'sig/crawlora.rbs', line 1511
def category: (?category: "celebrity" | "movies" | "music" | "tv", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
1512 |
# File 'sig/crawlora.rbs', line 1512
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|