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.
109 |
# File 'sig/crawlora.rbs', line 109
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#chromewebstore_categories ⇒ Object
110 |
# File 'sig/crawlora.rbs', line 110
def chromewebstore_categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chromewebstore_category ⇒ Object
111 |
# File 'sig/crawlora.rbs', line 111
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
112 |
# File 'sig/crawlora.rbs', line 112
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
113 |
# File 'sig/crawlora.rbs', line 113
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
114 |
# File 'sig/crawlora.rbs', line 114
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
115 |
# File 'sig/crawlora.rbs', line 115
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
116 |
# File 'sig/crawlora.rbs', line 116
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
117 |
# File 'sig/crawlora.rbs', line 117
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
118 |
# File 'sig/crawlora.rbs', line 118
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
119 |
# File 'sig/crawlora.rbs', line 119
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
120 |
# File 'sig/crawlora.rbs', line 120
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
121 |
# File 'sig/crawlora.rbs', line 121
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
|