Class: Crawlora::YahooShoppingGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooShoppingGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #article ⇒ Object
- #category ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ YahooShoppingGroup
constructor
A new instance of YahooShoppingGroup.
- #shopping_list ⇒ Object
- #shopping_lists ⇒ Object
- #store ⇒ Object
- #stores ⇒ Object
Constructor Details
#initialize ⇒ YahooShoppingGroup
Returns a new instance of YahooShoppingGroup.
1592 |
# File 'sig/crawlora.rbs', line 1592
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
1593 |
# File 'sig/crawlora.rbs', line 1593
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1594 |
# File 'sig/crawlora.rbs', line 1594
def category: (?category: "beauty" | "deals" | "general" | "gift-ideas" | "home-garden" | "style", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
1595 |
# File 'sig/crawlora.rbs', line 1595
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shopping_list ⇒ Object
1596 |
# File 'sig/crawlora.rbs', line 1596
def shopping_list: (?list: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shopping_lists ⇒ Object
1597 |
# File 'sig/crawlora.rbs', line 1597
def shopping_lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
1598 |
# File 'sig/crawlora.rbs', line 1598
def store: (?store: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
1599 |
# File 'sig/crawlora.rbs', line 1599
def stores: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|