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