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.
256 |
# File 'sig/crawlora.rbs', line 256
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ebay_item ⇒ Object
257 |
# File 'sig/crawlora.rbs', line 257
def ebay_item: (?item_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_search ⇒ Object
258 |
# File 'sig/crawlora.rbs', line 258
def ebay_search: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller ⇒ Object
259 |
# File 'sig/crawlora.rbs', line 259
def ebay_seller: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_about ⇒ Object
260 |
# File 'sig/crawlora.rbs', line 260
def ebay_seller_about: (?seller: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ebay_seller_feedback ⇒ Object
261 |
# File 'sig/crawlora.rbs', line 261
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
262 |
# File 'sig/crawlora.rbs', line 262
def ebay_seller_shop: (?seller: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|