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.
710 |
# File 'sig/crawlora.rbs', line 710
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
712 |
# File 'sig/crawlora.rbs', line 712
def business: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_related ⇒ Object
713 |
# File 'sig/crawlora.rbs', line 713
def business_related: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
714 |
# File 'sig/crawlora.rbs', line 714
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
711 |
# File 'sig/crawlora.rbs', line 711
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
715 |
# File 'sig/crawlora.rbs', line 715
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
717 |
# File 'sig/crawlora.rbs', line 717
def category: (?slug: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_search ⇒ Object
716 |
# File 'sig/crawlora.rbs', line 716
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
|