Class: Crawlora::IkeaGroup
- Inherits:
-
Object
- Object
- Crawlora::IkeaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #availability ⇒ Object
- #category ⇒ Object
-
#initialize ⇒ IkeaGroup
constructor
A new instance of IkeaGroup.
- #product ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
- #store ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ IkeaGroup
Returns a new instance of IkeaGroup.
849 |
# File 'sig/crawlora.rbs', line 849
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#availability ⇒ Object
850 |
# File 'sig/crawlora.rbs', line 850
def availability: (?item_no: String, ?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
851 |
# File 'sig/crawlora.rbs', line 851
def category: (?category: String, ?country: String, ?language: String, ?offset: Integer, ?size: Integer, ?sort: "relevance" | "price-low" | "price-high" | "newest" | "rating" | "name" | "popular" | "width" | "height" | "depth" | "length", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
852 |
# File 'sig/crawlora.rbs', line 852
def product: (?item_no: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
853 |
# File 'sig/crawlora.rbs', line 853
def reviews: (?item_no: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
854 |
# File 'sig/crawlora.rbs', line 854
def search: (?q: String, ?country: String, ?language: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
855 |
# File 'sig/crawlora.rbs', line 855
def store: (?slug: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
856 |
# File 'sig/crawlora.rbs', line 856
def stores: (?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
857 |
# File 'sig/crawlora.rbs', line 857
def suggest: (?q: String, ?country: String, ?language: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|