Class: Crawlora::ChromeWebStoreGroup
- Inherits:
-
Object
- Object
- Crawlora::ChromeWebStoreGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #chromewebstore_categories ⇒ Object
- #chromewebstore_category ⇒ Object
- #chromewebstore_charts ⇒ Object
- #chromewebstore_collection ⇒ Object
- #chromewebstore_developer ⇒ Object
- #chromewebstore_item ⇒ Object
- #chromewebstore_permissions ⇒ Object
- #chromewebstore_privacy ⇒ Object
- #chromewebstore_reviews ⇒ Object
- #chromewebstore_search ⇒ Object
- #chromewebstore_similar ⇒ Object
- #chromewebstore_suggest ⇒ Object
-
#initialize ⇒ ChromeWebStoreGroup
constructor
A new instance of ChromeWebStoreGroup.
Constructor Details
#initialize ⇒ ChromeWebStoreGroup
Returns a new instance of ChromeWebStoreGroup.
181 |
# File 'sig/crawlora.rbs', line 181
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#chromewebstore_categories ⇒ Object
182 |
# File 'sig/crawlora.rbs', line 182
def chromewebstore_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_category ⇒ Object
183 |
# File 'sig/crawlora.rbs', line 183
def chromewebstore_category: (?category: String, ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_charts ⇒ Object
184 |
# File 'sig/crawlora.rbs', line 184
def chromewebstore_charts: (?chart: "trending" | "popular" | "notable", ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_collection ⇒ Object
185 |
# File 'sig/crawlora.rbs', line 185
def chromewebstore_collection: (?collection: String, ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_developer ⇒ Object
186 |
# File 'sig/crawlora.rbs', line 186
def chromewebstore_developer: (?id: String, ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_item ⇒ Object
187 |
# File 'sig/crawlora.rbs', line 187
def chromewebstore_item: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_permissions ⇒ Object
188 |
# File 'sig/crawlora.rbs', line 188
def chromewebstore_permissions: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_privacy ⇒ Object
189 |
# File 'sig/crawlora.rbs', line 189
def chromewebstore_privacy: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_reviews ⇒ Object
190 |
# File 'sig/crawlora.rbs', line 190
def chromewebstore_reviews: (?id: String, ?num: Integer, ?sort: "recent" | "helpful", ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_search ⇒ Object
191 |
# File 'sig/crawlora.rbs', line 191
def chromewebstore_search: (?term: String, ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_similar ⇒ Object
192 |
# File 'sig/crawlora.rbs', line 192
def chromewebstore_similar: (?id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_suggest ⇒ Object
193 |
# File 'sig/crawlora.rbs', line 193
def chromewebstore_suggest: (?term: String, ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|