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.
1090 |
# File 'sig/crawlora.rbs', line 1090
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#samsclub_category ⇒ Object
1091 |
# File 'sig/crawlora.rbs', line 1091
def samsclub_category: (?id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_content ⇒ Object
1092 |
# File 'sig/crawlora.rbs', line 1092
def samsclub_content: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_departments ⇒ Object
1093 |
# File 'sig/crawlora.rbs', line 1093
def samsclub_departments: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_product ⇒ Object
1094 |
# File 'sig/crawlora.rbs', line 1094
def samsclub_product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#samsclub_product_related ⇒ Object
1095 |
# File 'sig/crawlora.rbs', line 1095
def samsclub_product_related: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|