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.
809 |
# File 'sig/crawlora.rbs', line 809
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#autocomplete ⇒ Object
810 |
# File 'sig/crawlora.rbs', line 810
def autocomplete: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
811 |
# File 'sig/crawlora.rbs', line 811
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
812 |
# File 'sig/crawlora.rbs', line 812
def item: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#master ⇒ Object
813 |
# File 'sig/crawlora.rbs', line 813
def master: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
814 |
# File 'sig/crawlora.rbs', line 814
def search: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|