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