Class: Crawlora::GooglePlayGroup
- Inherits:
-
Object
- Object
- Crawlora::GooglePlayGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #app ⇒ Object
- #categories ⇒ Object
- #datasafety ⇒ Object
- #developer ⇒ Object
-
#initialize ⇒ GooglePlayGroup
constructor
A new instance of GooglePlayGroup.
- #list ⇒ Object
- #permissions ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
- #similar ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ GooglePlayGroup
Returns a new instance of GooglePlayGroup.
429 |
# File 'sig/crawlora.rbs', line 429
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#app ⇒ Object
430 |
# File 'sig/crawlora.rbs', line 430
def app: (?app_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
431 |
# File 'sig/crawlora.rbs', line 431
def categories: (?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#datasafety ⇒ Object
432 |
# File 'sig/crawlora.rbs', line 432
def datasafety: (?app_id: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#developer ⇒ Object
433 |
# File 'sig/crawlora.rbs', line 433
def developer: (?dev_id: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
434 |
# File 'sig/crawlora.rbs', line 434
def list: (?collection: "TOP_FREE" | "TOP_PAID" | "GROSSING" | "NEW_FREE" | "NEW_PAID", ?category: String, ?age: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#permissions ⇒ Object
435 |
# File 'sig/crawlora.rbs', line 435
def permissions: (?app_id: String, ?country: String, ?lang: String, ?short: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
436 |
# File 'sig/crawlora.rbs', line 436
def reviews: (?app_id: String, ?sort: "helpfulness" | "newest" | "rating", ?num: Integer, ?country: String, ?lang: String, ?paginate: bool, ?next_pagination_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
437 |
# File 'sig/crawlora.rbs', line 437
def search: (?term: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?price: "all" | "free" | "paid", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#similar ⇒ Object
438 |
# File 'sig/crawlora.rbs', line 438
def similar: (?app_id: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
439 |
# File 'sig/crawlora.rbs', line 439
def suggest: (?term: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|