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.
1250 |
# File 'sig/crawlora.rbs', line 1250
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
1251 |
# File 'sig/crawlora.rbs', line 1251
def business: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_menu ⇒ Object
1252 |
# File 'sig/crawlora.rbs', line 1252
def business_menu: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_photos ⇒ Object
1253 |
# File 'sig/crawlora.rbs', line 1253
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
1255 |
# File 'sig/crawlora.rbs', line 1255
def business_review_highlights: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
1254 |
# File 'sig/crawlora.rbs', line 1254
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
1256 |
# File 'sig/crawlora.rbs', line 1256
def business_reviews_search: (?id: String, ?term: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#geocode ⇒ Object
1257 |
# File 'sig/crawlora.rbs', line 1257
def geocode: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1258 |
# File 'sig/crawlora.rbs', line 1258
def search: (?term: String, ?location: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|