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