Class: Crawlora::SamSClubGroup
- Inherits:
-
Object
- Object
- Crawlora::SamSClubGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ SamSClubGroup
constructor
A new instance of SamSClubGroup.
- #samsclub_category ⇒ Object
- #samsclub_content ⇒ Object
- #samsclub_departments ⇒ Object
- #samsclub_product ⇒ Object
- #samsclub_product_related ⇒ Object
Constructor Details
#initialize ⇒ SamSClubGroup
Returns a new instance of SamSClubGroup.
1423 |
# File 'sig/crawlora.rbs', line 1423
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#samsclub_category ⇒ Object
1424 |
# File 'sig/crawlora.rbs', line 1424
def samsclub_category: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_content ⇒ Object
1425 |
# File 'sig/crawlora.rbs', line 1425
def samsclub_content: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_departments ⇒ Object
1426 |
# File 'sig/crawlora.rbs', line 1426
def samsclub_departments: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_product ⇒ Object
1427 |
# File 'sig/crawlora.rbs', line 1427
def samsclub_product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_product_related ⇒ Object
1428 |
# File 'sig/crawlora.rbs', line 1428
def samsclub_product_related: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|