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