Class: Crawlora::MercariGroup
- Inherits:
-
Object
- Object
- Crawlora::MercariGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #autocomplete ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ MercariGroup
constructor
A new instance of MercariGroup.
- #item ⇒ Object
- #master ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ MercariGroup
Returns a new instance of MercariGroup.
771 |
# File 'sig/crawlora.rbs', line 771
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#autocomplete ⇒ Object
772 |
# File 'sig/crawlora.rbs', line 772
def autocomplete: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
773 |
# File 'sig/crawlora.rbs', line 773
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
774 |
# File 'sig/crawlora.rbs', line 774
def item: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#master ⇒ Object
775 |
# File 'sig/crawlora.rbs', line 775
def master: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
776 |
# File 'sig/crawlora.rbs', line 776
def search: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|