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