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.
2015 |
# File 'sig/crawlora.rbs', line 2015
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
2016 |
# File 'sig/crawlora.rbs', line 2016
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
2017 |
# File 'sig/crawlora.rbs', line 2017
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
2018 |
# File 'sig/crawlora.rbs', line 2018
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shopping_list ⇒ Object
2019 |
# File 'sig/crawlora.rbs', line 2019
def shopping_list: (?list: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shopping_lists ⇒ Object
2020 |
# File 'sig/crawlora.rbs', line 2020
def shopping_lists: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
2021 |
# File 'sig/crawlora.rbs', line 2021
def store: (?store: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
2022 |
# File 'sig/crawlora.rbs', line 2022
def stores: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|