Class: Crawlora::YahooHealthGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooHealthGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #article ⇒ Object
- #category ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ YahooHealthGroup
constructor
A new instance of YahooHealthGroup.
Constructor Details
#initialize ⇒ YahooHealthGroup
Returns a new instance of YahooHealthGroup.
1559 |
# File 'sig/crawlora.rbs', line 1559
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
1560 |
# File 'sig/crawlora.rbs', line 1560
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1561 |
# File 'sig/crawlora.rbs', line 1561
def category: (?category: "conditions" | "general" | "healthcare" | "treatments" | "wellness" | "your-body", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
1562 |
# File 'sig/crawlora.rbs', line 1562
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|