Class: Crawlora::TrustpilotGroup
- Inherits:
-
Object
- Object
- Crawlora::TrustpilotGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #business ⇒ Object
- #business_related ⇒ Object
- #business_reviews ⇒ Object
- #business_search ⇒ Object
- #categories ⇒ Object
- #category ⇒ Object
- #category_search ⇒ Object
-
#initialize ⇒ TrustpilotGroup
constructor
A new instance of TrustpilotGroup.
Constructor Details
#initialize ⇒ TrustpilotGroup
Returns a new instance of TrustpilotGroup.
889 |
# File 'sig/crawlora.rbs', line 889
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
891 |
# File 'sig/crawlora.rbs', line 891
def business: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_related ⇒ Object
892 |
# File 'sig/crawlora.rbs', line 892
def business_related: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
893 |
# File 'sig/crawlora.rbs', line 893
def business_reviews: (?slug: String, ?page: Integer, ?stars: Integer, ?verified: bool, ?replied: bool, ?language: String, ?q: String, ?date_from: String, ?date_to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_search ⇒ Object
890 |
# File 'sig/crawlora.rbs', line 890
def business_search: (?q: String, ?country: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
894 |
# File 'sig/crawlora.rbs', line 894
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
896 |
# File 'sig/crawlora.rbs', line 896
def category: (?slug: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_search ⇒ Object
895 |
# File 'sig/crawlora.rbs', line 895
def category_search: (?q: String, ?country: String, ?locale: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|