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.
612 |
# File 'sig/crawlora.rbs', line 612
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
614 |
# File 'sig/crawlora.rbs', line 614
def business: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_related ⇒ Object
615 |
# File 'sig/crawlora.rbs', line 615
def business_related: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
616 |
# File 'sig/crawlora.rbs', line 616
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
613 |
# File 'sig/crawlora.rbs', line 613
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
617 |
# File 'sig/crawlora.rbs', line 617
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
619 |
# File 'sig/crawlora.rbs', line 619
def category: (?slug: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_search ⇒ Object
618 |
# File 'sig/crawlora.rbs', line 618
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
|