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