Class: Crawlora::EBayGroup
- Inherits:
-
Object
- Object
- Crawlora::EBayGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #ebay_item ⇒ Object
- #ebay_search ⇒ Object
- #ebay_seller ⇒ Object
- #ebay_seller_about ⇒ Object
- #ebay_seller_feedback ⇒ Object
- #ebay_seller_shop ⇒ Object
-
#initialize ⇒ EBayGroup
constructor
A new instance of EBayGroup.
Constructor Details
#initialize ⇒ EBayGroup
Returns a new instance of EBayGroup.
193 |
# File 'sig/crawlora.rbs', line 193
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ebay_item ⇒ Object
194 |
# File 'sig/crawlora.rbs', line 194
def ebay_item: (?item_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_search ⇒ Object
195 |
# File 'sig/crawlora.rbs', line 195
def ebay_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller ⇒ Object
196 |
# File 'sig/crawlora.rbs', line 196
def ebay_seller: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_about ⇒ Object
197 |
# File 'sig/crawlora.rbs', line 197
def ebay_seller_about: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_feedback ⇒ Object
198 |
# File 'sig/crawlora.rbs', line 198
def ebay_seller_feedback: (?seller: String, ?page: Integer, ?per_page: "24" | "48" | "72", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_shop ⇒ Object
199 |
# File 'sig/crawlora.rbs', line 199
def ebay_seller_shop: (?seller: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|