Class: Crawlora::YelpGroup
- Inherits:
-
Object
- Object
- Crawlora::YelpGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #business ⇒ Object
- #business_menu ⇒ Object
- #business_photos ⇒ Object
- #business_review_highlights ⇒ Object
- #business_reviews ⇒ Object
- #business_reviews_search ⇒ Object
- #geocode ⇒ Object
-
#initialize ⇒ YelpGroup
constructor
A new instance of YelpGroup.
- #search ⇒ Object
Constructor Details
#initialize ⇒ YelpGroup
Returns a new instance of YelpGroup.
1424 |
# File 'sig/crawlora.rbs', line 1424
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
1425 |
# File 'sig/crawlora.rbs', line 1425
def business: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_menu ⇒ Object
1426 |
# File 'sig/crawlora.rbs', line 1426
def business_menu: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_photos ⇒ Object
1427 |
# File 'sig/crawlora.rbs', line 1427
def business_photos: (?id: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_review_highlights ⇒ Object
1429 |
# File 'sig/crawlora.rbs', line 1429
def business_review_highlights: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
1428 |
# File 'sig/crawlora.rbs', line 1428
def business_reviews: (?id: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews_search ⇒ Object
1430 |
# File 'sig/crawlora.rbs', line 1430
def business_reviews_search: (?id: String, ?term: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#geocode ⇒ Object
1431 |
# File 'sig/crawlora.rbs', line 1431
def geocode: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1432 |
# File 'sig/crawlora.rbs', line 1432
def search: (?term: String, ?location: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|